]> git.rmz.io Git - dotfiles.git/blobdiff - bin/launch-bundle
launch the latest bundle
[dotfiles.git] / bin / launch-bundle
diff --git a/bin/launch-bundle b/bin/launch-bundle
new file mode 100755 (executable)
index 0000000..1c03dc9
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+for TARGET in $HOME/.cinstall/launchers/${0##*/}*
+    do
+        USE_TARGET=$TARGET
+    done
+[ -x "$USE_TARGET" ] && $USE_TARGET || echo "Could not find ${0##*/} bundle"