Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Last active December 12, 2015 04:38
Show Gist options
  • Save Eugeny/4715420 to your computer and use it in GitHub Desktop.
Save Eugeny/4715420 to your computer and use it in GitHub Desktop.
import subprocess
for line in open('in.txt').read().splitlines():
subprocess.call(['bash', './certs.sh', 'arg1', line, 'arg3'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment