Update scripts

This commit is contained in:
askiiart 2023-10-10 20:25:23 -05:00
parent 4ca7d1bd01
commit 572a10c961
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 6 additions and 2 deletions

View file

@ -2,3 +2,7 @@
set -e
GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
(crontab -l 2>/dev/null; echo "* * * * * $GIT_DIR/commit.sh") | crontab -
############################################################################
# NOTE: commit signing must be turned off, or not require any interaction. #
############################################################################