Sha256: 2ccac60a85396a1b5c54c3f42a475755c3f732f8b5986cf69077790323fdc9b9
Contents?: true
Size: 190 Bytes
Versions: 85
Compression:
Stored size: 190 Bytes
Contents
#!/bin/bash -l TOOLNAME=CmdTlmServer 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