Remove prompt
This commit is contained in:
parent
e0bbcdb236
commit
ab827a91dc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue