diff --git a/backup.sh b/backup.sh new file mode 100755 index 0000000..d34bae3 --- /dev/null +++ b/backup.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +git add * +git commit -m "Update for $(date "+%d-%m-%y %R")" +git push