7 lines
119 B
Text
7 lines
119 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
GIT_DIR="${HOME}/stuff/notes"
|
||
|
notes
|
||
|
notify-send "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"
|
||
|
|