summaryrefslogtreecommitdiffstats
path: root/save.sh
diff options
context:
space:
mode:
Diffstat (limited to 'save.sh')
-rwxr-xr-xsave.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/save.sh b/save.sh
new file mode 100755
index 0000000..f472910
--- /dev/null
+++ b/save.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+git add .
+git commit -m '$(date "+%D %T")'
+git push