Remove prompt
This commit is contained in:
parent
e0bbcdb236
commit
ab827a91dc
|
@ -477,8 +477,8 @@ def main():
|
||||||
for command in commands:
|
for command in commands:
|
||||||
print ' '.join(command)
|
print ' '.join(command)
|
||||||
|
|
||||||
print 'OK?'
|
#print 'OK?'
|
||||||
raw_input()
|
#raw_input()
|
||||||
|
|
||||||
for command in commands:
|
for command in commands:
|
||||||
p = subprocess.Popen(command)
|
p = subprocess.Popen(command)
|
||||||
|
|
Loading…
Reference in New Issue