dotfiles/bin/.local/bin/syncnotebook

7 lines
88 B
Bash
Executable file

#!/usr/bin/env bash
cd ~/Notebook
git pull
git add .
git commit -m "$(date)"
git push