diff --git a/update-on-git-change.sh b/update-on-git-change.sh deleted file mode 100755 index 8fa3e51..0000000 --- a/update-on-git-change.sh +++ /dev/null @@ -1,7 +0,0 @@ -source /home/fduvivier/.bash_profile -SCRIPT_DIR=$(dirname $0) -cd $SCRIPT_DIR -ssh fduvivier@192.168.0.55 "hi there from master" - -git stash -m 'local stuff' -git fetch && git checkout todel/keep-bot-alive