don't need this at all. it's bad
This commit is contained in:
parent
25aa0969b4
commit
6905f49605
1 changed files with 0 additions and 9 deletions
|
@ -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 -
|
Loading…
Reference in a new issue