Created
October 13, 2012 14:05
-
-
Save FerPerales/3884724 to your computer and use it in GitHub Desktop.
Backquote
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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