diff --git a/katebartova/git_auto_push.sh b/katebartova/git_auto_push.sh deleted file mode 100755 index ceec8e3..0000000 --- a/katebartova/git_auto_push.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -REPO_DIR=~/Git/Webovky/katebartova -COMMIT_MESSAGE="Automatet commit" - -cd $REPO_DIR -git add . -git commit -m "Updatuju webovky" -git push origin Webovky \ No newline at end of file