diff --git a/scripts/update.sh b/scripts/update.sh deleted file mode 100755 index 4d4de6d..0000000 --- a/scripts/update.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -for DIR in *; do - #[ -d "$DIR" ] && "cd "$DIR" ; pwd" - if [ -d "$DIR" ] ; then - cd "$DIR" - git up - cd .. - fi -done