From: Samir Benmendil Date: Fri, 18 Jan 2013 22:30:34 +0000 (+0100) Subject: launch the latest bundle X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/c01682be6bb15f322b16ec8ec6bb1e3889cb0f8f?ds=sidebyside launch the latest bundle --- diff --git a/bin/launch-bundle b/bin/launch-bundle new file mode 100755 index 0000000..1c03dc9 --- /dev/null +++ b/bin/launch-bundle @@ -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"