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

10 lines
155 B
Makefile
Raw Permalink Normal View History

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