This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
warehouse/justfile

8 lines
129 B
Makefile
Raw Normal View History

2024-03-30 00:18:04 +00:00
#!/usr/bin/env just --justfile
# Backup documents
backup:
git add -A
git commit -m 'backup: $(date +"%Y-%m-%d")'
git push