bin/dreamback in dreamback-0.0.1 vs bin/dreamback in dreamback-0.0.2

- old
+ new

@@ -1,3 +1,9 @@ #!/usr/bin/env ruby +# Set environment if these paths exist +gems = File.expand_path("/etc/profile") +if File.exists?(gems) + `. /etc/profile` +end + require 'dreamback'