From 9ccace8ab9f48b92c61da205a63178f591d62886 Mon Sep 17 00:00:00 2001 From: Hiromi Date: Thu, 31 Aug 2023 11:57:31 +0200 Subject: [PATCH] 31.srpna --- katebartova/git_auto_push.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 katebartova/git_auto_push.sh 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