Created
February 12, 2016 02:18
-
-
Save charlesreid1/d42a56a2db53716f2630 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 subprocess | |
subprocess.call(["command","-flag1","value1","-flag2","value2"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment