source: inundation/ga/storm_surge/pyvolution/doit.py @ 232

Last change on this file since 232 was 223, checked in by ole, 20 years ago
File size: 126 bytes
Line 
1
2
3import os
4
5
6
7os.system('python compile_all.py')
8
9os.system('python test_all.py')
10
11os.system('python run_profile.py')
12
Note: See TracBrowser for help on using the repository browser.