Skip to content

Instantly share code, notes, and snippets.

@garybernhardt
Created October 12, 2013 20:32
Show Gist options
  • Select an option

  • Save garybernhardt/6954627 to your computer and use it in GitHub Desktop.

Select an option

Save garybernhardt/6954627 to your computer and use it in GitHub Desktop.
#!/bin/bash
/usr/bin/env ruby --disable-gems <(cat <<'EOF'
puts "ruby code goes here"
EOF)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment