Update for 02-11-21 00:09

This commit is contained in:
Tyler Perkins 2021-11-02 00:09:01 -04:00
parent bdedac09ed
commit 68e6a5a5cf

View File

@ -1,7 +1,6 @@
#!/bin/bash
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")"