Sha256: de97e3a10b801856fc40f71fd520bce0d43cf2549c2e0d7b062c27b459be0802

Contents?: true

Size: 186 Bytes

Versions: 85

Compression:

Stored size: 186 Bytes

Contents

#!/bin/bash -l
TOOLNAME=Launcher
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
rm $DIR/$TOOLNAME
ln -s `which ruby` $DIR/$TOOLNAME
exec $DIR/$TOOLNAME $DIR/$TOOLNAME.rb "$@" &

Version data entries

85 entries across 64 versions & 1 rubygems

Version Path
cosmos-4.5.2-java test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.5.2 test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.5.1-java test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.5.1 test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.5.0-java test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.5.0 test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.4.2-java test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.4.2 test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.4.1-java test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.4.1 test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.4.0-java test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.4.0 test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.3.0-java test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.3.0 test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.2.4-java test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.2.4 test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.2.3-java test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.2.3 test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.2.2-java test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh
cosmos-4.2.2 test/performance/tools/mac/Launcher.app/Contents/MacOS/main.sh