TC pushbot 5 преди 1 година
родител
ревизия
e6d5a2bc90
променени са 1 файла, в които са добавени 5 реда и са изтрити 3 реда
  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