3 lines
74 B
Python
3 lines
74 B
Python
f = open('setup.m','w')
|
|
f.write('cd cantera\nbuildwin\nexit\n')
|
|
f.close()
|