overdue commit lots of changes
[buildscripts] / update-builds
diff --git a/update-builds b/update-builds
deleted file mode 100755 (executable)
index b2c71d4..0000000
+++ /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