Skip to content

Instantly share code, notes, and snippets.

View jmelis's full-sized avatar

Jaime Melis jmelis

View GitHub Profile
#!/usr/bin/env ruby
ONE_LOCATION=ENV["ONE_LOCATION"]
if !ONE_LOCATION
RUBY_LIB_LOCATION="/usr/lib/one/ruby"
else
RUBY_LIB_LOCATION=ONE_LOCATION+"/lib/ruby"
end