Update for 02-11-21 00:07

This commit is contained in:
Tyler Perkins 2021-11-02 00:07:57 -04:00
parent a302bd7ed3
commit bdedac09ed
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
git add *
git commit -m "Update for $(date "+%d-%m-%y %R")"
git push
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
echo $SCRIPT_DIR
git -C "$SCRIPT_DIR" add .
git -C "$SCRIPT_DIR" commit -m "Update for $(date "+%d-%m-%y %R")"
git -C "$SCRIPT_DIR" push

View File

@ -21,6 +21,8 @@ The greatest story ever written
==== Felt Faction ====
* [[Felt]]
==== Anastasia Faction ====