5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
TOP=/home/sbosse/proj/SimNDT2b
|
||
|
|
python2 $TOP/src/main.py $@
|