6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
current_dir=$(pwd)
|
||
|
cd $HOME/docs/vimwiki
|
||
|
nvim notes.md
|