wiki (99B)
1 #!/bin/bash 2 3 vi "$HOME/todo/wiki/$1" 4 cd "$HOME/todo/wiki" 5 git add . 6 git commit -m 'wiki' 7 git push 8