@ -0,0 +1,7 @@
#!/usr/bin/env just --justfile
# Backup documents
backup:
git add -A
git commit -m 'backup: $(date +"%Y-%m-%d")'
git push