Skip to content

Instantly share code, notes, and snippets.

@FerPerales
Created October 13, 2012 14:05
Show Gist options
  • Save FerPerales/3884724 to your computer and use it in GitHub Desktop.
Save FerPerales/3884724 to your computer and use it in GitHub Desktop.
Backquote
puts(`ls`)
puts(%x/clear/)
puts(%x{su -})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment