9052ecf3de2943a96b93f5cac981a97c3552314e
[nonrtric.git] / near-rt-ric-simulator / ric-plt / a1 / run_me.sh
1 #!/bin/bash
2
3 # One argument can be used along with the script call: it is the port on which one wish to run the simulator.
4
5 if [ $# -eq 0 ]
6 then
7   python3 ./main.py
8 else
9   python3 ./main.py $1
10 fi