Files
shiny/run.sh
2012-06-22 11:01:47 -07:00

5 lines
65 B
Bash
Executable File

#!/bin/sh
SCRIPT=${1:-hash.rb}
bundle exec ruby -Ilib "$SCRIPT"