diff --git a/push.sh b/push.sh new file mode 100644 index 0000000..e0351c3 --- /dev/null +++ b/push.sh @@ -0,0 +1,6 @@ +#!/bin/usr/bash + +env=`date` +git add . +git commit -m "$env" +git push \ No newline at end of file