Skip to content

Instantly share code, notes, and snippets.

@richiethomas
Created August 14, 2023 15:04
Show Gist options
  • Save richiethomas/36a4b5bb683219fb76f139a9c542891e to your computer and use it in GitHub Desktop.
Save richiethomas/36a4b5bb683219fb76f139a9c542891e to your computer and use it in GitHub Desktop.
Using a "ruby" shebang instead of a "bash" shebang
#!/usr/bin/env ruby
puts "Hello, world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment