From c01682be6bb15f322b16ec8ec6bb1e3889cb0f8f Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 18 Jan 2013 23:30:34 +0100 Subject: [PATCH] launch the latest bundle --- bin/launch-bundle | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/launch-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" -- 2.48.1