Update for 02-11-21 00:07
This commit is contained in:
parent
a302bd7ed3
commit
bdedac09ed
@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
git add *
|
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
git commit -m "Update for $(date "+%d-%m-%y %R")"
|
echo $SCRIPT_DIR
|
||||||
git push
|
|
||||||
|
git -C "$SCRIPT_DIR" add .
|
||||||
|
git -C "$SCRIPT_DIR" commit -m "Update for $(date "+%d-%m-%y %R")"
|
||||||
|
git -C "$SCRIPT_DIR" push
|
||||||
|
@ -21,6 +21,8 @@ The greatest story ever written
|
|||||||
|
|
||||||
==== Felt Faction ====
|
==== Felt Faction ====
|
||||||
|
|
||||||
|
* [[Felt]]
|
||||||
|
|
||||||
|
|
||||||
==== Anastasia Faction ====
|
==== Anastasia Faction ====
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user