5 lines
66 B
Bash
Executable file
5 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
|
|
current_dir=$(pwd)
|
|
cd $HOME/docs/vimwiki
|
|
nvim index.md
|