Sha256: 61a60a26de96a261d1126f9ef51cd8e588e452855facdcad6917173a0b8ead98

Contents?: true

Size: 270 Bytes

Versions: 102

Compression:

Stored size: 270 Bytes

Contents

#!/bin/bash -l
TOOLNAME=Launcher
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
rm $DIR/$TOOLNAME
if hash rbenv 2>/dev/null; then
  ln -s `rbenv which ruby` $DIR/$TOOLNAME
else
  ln -s `which ruby` $DIR/$TOOLNAME
fi
exec $DIR/$TOOLNAME $DIR/$TOOLNAME.rb "$@" &

Version data entries

102 entries across 51 versions & 1 rubygems

Version Path
cosmos-3.8.2 demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.8.2 install/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.8.1 install/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.8.1 demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.8.0 install/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.8.0 demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.7.1 install/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.7.1 demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.7.0 install/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.7.0 demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.6.3 install/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.6.3 demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.6.2 install/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.6.2 demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.6.1 install/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.6.1 demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.6.0 install/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.6.0 demo/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.5.3 install/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-3.5.3 demo/tools/mac/Launcher.app/Contents/MacOS/main.sh