Remove prompt

This commit is contained in:
Jonas Kvinge 2019-01-03 20:39:16 +01:00
parent e0bbcdb236
commit ab827a91dc
1 changed files with 2 additions and 2 deletions

View File

@ -477,8 +477,8 @@ def main():
for command in commands:
print ' '.join(command)
print 'OK?'
raw_input()
#print 'OK?'
#raw_input()
for command in commands:
p = subprocess.Popen(command)