Created
April 28, 2015 08:50
-
-
Save hakanderyal/618364b6f765f3a96abf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import osproc | |
var output_tuple = execCmdEx("ls") | |
echo("Output is ", output_tuple[0]) | |
echo("Exit code is ", output_tuple[1]) | |
echo("Completed") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment