]> gitweb.michael.orlitzky.com - bash.d.git/blobdiff - all
Replace the "all" script with a makefile that constructs it.
[bash.d.git] / all
diff --git a/all b/all
deleted file mode 100644 (file)
index 573055e..0000000
--- a/all
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-me="${BASH_SOURCE[0]}"
-mydir="${me%/*}"
-
-for script in "${mydir}"/*; do
-    [ "${script}" == "$me" ] && continue
-
-    source "${script}"
-done