Update for 31-10-21 21:15

This commit is contained in:
Tyler Perkins 2021-10-31 21:15:30 -04:00
parent f7ff13df5e
commit efb8d79e7a

5
backup.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
git add *
git commit -m "Update for $(date "+%d-%m-%y %R")"
git push