New version of NearRT-RIC simulator
[nonrtric.git] / near-rt-ric-simulator / ric-plt / a1 / run_me.sh
diff --git a/near-rt-ric-simulator/ric-plt/a1/run_me.sh b/near-rt-ric-simulator/ric-plt/a1/run_me.sh
new file mode 100755 (executable)
index 0000000..9052ecf
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# One argument can be used along with the script call: it is the port on which one wish to run the simulator.
+
+if [ $# -eq 0 ]
+then
+  python3 ./main.py
+else
+  python3 ./main.py $1
+fi