Guest User

Untitled

a guest
May 27th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2.  
  3. ## Command Line tools can now be portable while working on static folders.
  4.  
  5. if ENV['MEDIA_FOLDER'].nil?
  6. puts "Add this to ~/.bashrc"
  7. puts "Or Windows variables"
  8. puts "export MEDIA_FOLDER='[\"/user/name/Movies\", \"/user/name/TV Shows\"]'"
  9. else
  10. puts ENV['MEDIA_FOLDER']
  11. end
Add Comment
Please, Sign In to add comment