If you’re wondering what the right shebang line is when you’re using RVM, it’s:
#!/usr/bin/env ruby
For searchers, it’s also called a hashbang, hashpling, pound bang, or crunchbang.
If you’re wondering what the right shebang line is when you’re using RVM, it’s:
#!/usr/bin/env ruby
For searchers, it’s also called a hashbang, hashpling, pound bang, or crunchbang.
Categories: development