Sha256: 3ae06a42f813cf08cf2a59c7ef2a8e9882cdb2491711fc59619efafd25b73a56

Contents?: true

Size: 184 Bytes

Versions: 85

Compression:

Stored size: 184 Bytes

Contents

#!/bin/bash -l
TOOLNAME=Replay
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-3.1.2 demo/tools/mac/Replay.app/Contents/MacOS/main.sh
cosmos-3.1.1 demo/tools/mac/Replay.app/Contents/MacOS/main.sh
cosmos-3.1.1 install/tools/mac/Replay.app/Contents/MacOS/main.sh
cosmos-3.1.0 demo/tools/mac/Replay.app/Contents/MacOS/main.sh
cosmos-3.1.0 install/tools/mac/Replay.app/Contents/MacOS/main.sh