don't need this at all. it's bad

This commit is contained in:
askiiart 2024-11-06 10:46:18 -06:00
parent 25aa0969b4
commit 6905f49605
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -1,9 +0,0 @@
#!/usr/bin/env bash
set -e
GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
cd $GIT_DIR
./backup.sh
git add .
git commit -m "Automated backup: $(date --rfc-3339=s --utc)"
git push
cd -