commit 853630de0314d3a5b59fcad1edf8604e2f22a981 Author: Obbart Date: Sun Jul 16 20:07:57 2023 +0200 Added push script diff --git a/push_data.sh b/push_data.sh new file mode 100644 index 0000000..2de2455 --- /dev/null +++ b/push_data.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +git add . +git commit -m "Charge Data Uploaded $(date)" +git push