Parcourir la source

Added new autopush

TC pushbot 5 il y a 1 an
Parent
commit
e6d5a2bc90
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 5 3
      autopush.sh

+ 5 - 3
autopush.sh

@@ -1,5 +1,7 @@
-#/bin/bash
+#!/bin/bash
+echo Enter commit notes:
+read commitmsg
 git pull
-git add -A
-git commit -m "auto update script executed"
+git add *
+git commit -m "$commitmsg"
 git push