rackerlabs / peril

Match developers with questions with Rackers with answers!
Other
4 stars 2 forks source link

peril-web is a bash script #19

Closed rgbkrk closed 9 years ago

rgbkrk commented 9 years ago

bin/peril-web is a bash script so running bundle exec ruby bin/peril-web borked it

bundle exec ruby bin/peril-web
ruby: no Ruby script found in input (LoadError)

Works fine to just use the shebang line directly. Should this be bundle exec bash bin/peril-web?