5 lines
144 B
Bash
Executable file
5 lines
144 B
Bash
Executable file
#!/bin/sh
|
|
|
|
( cd bodyFittedCylinderCircular ; ./Allrun )
|
|
( cd oversetCylinderTwoLevels ; ./Allrun )
|
|
( cd oversetCylinderThreeLevels ; ./Allrun )
|