Flowdock
system(command, *opts) public

Executes the given command with the options parameter.

Example:

print sh.system("ls", "-l")
sh.system("ls", "-l") | sh.head > STDOUT
Show source
Register or log in to add new notes.