Sha256: 8fcc1e0d16c47691207681a82a2c6cced5ae05e19cf7cb26fed65fa35b586d63
Contents?: true
Size: 188 Bytes
Versions: 85
Compression:
Stored size: 188 Bytes
Contents
#!/bin/bash -l TOOLNAME=DataViewer 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