Skip to content
Snippets Groups Projects
Commit 1f7e317d authored by Misty De Meo's avatar Misty De Meo
Browse files

Redo python shim script in ruby

parent 91524a38
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0
export PATH=$USER_PATH
exec $(basename $0) $@
ENV['PATH'] = ENV['USER_PATH']
exec File.basename($0), *ARGV
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment