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