diff --git a/scripts/update/update-git.sh b/scripts/update/update-git.sh deleted file mode 100644 index 99a6f46..0000000 --- a/scripts/update/update-git.sh +++ /dev/null @@ -1,10 +0,0 @@ -echo Update for Git... -cd ../../../ -for D in */; do - echo -------------- - echo "$D"; - cd $D - git pull - cd .. -done -echo Done \ No newline at end of file