X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=blobdiff_plain;f=update-builds;h=091ee60cdf7780fcd6e5864b49b1c33bbc9d1653;hp=b2c71d4e5efff5ef0a4159eb2db30d1e47b50b87;hb=HEAD;hpb=ddbe0926f54835ac1b48b050762043b22f01966d diff --git a/update-builds b/update-builds deleted file mode 100755 index b2c71d4..0000000 --- a/update-builds +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - - -cd "${BASH_SOURCE%/*}" # directory of the script -for x in *; do - if [[ $x == update-builds || ! -x $x || -d $x ]]; then - continue - fi - $x -u -done