Skip to content

Instantly share code, notes, and snippets.

@zzak
Created July 17, 2010 06:16
Show Gist options
  • Save zzak/479294 to your computer and use it in GitHub Desktop.
Save zzak/479294 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import subprocess
subprocess.call(["ls", "-l","/tmp"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment