Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
nonrtric
/
fb4bc7967a4733d10775351440a3af14327d5f20
/
.
/
near-rt-ric-simulator
/
ric-plt
/
a1
/
run_me.sh
blob: 9052ecf3de2943a96b93f5cac981a97c3552314e [
file
] [
log
] [
blame
]
#!/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