Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
nonrtric
/
a8f89b3e1d746b497ea3b6463a0dc8457aeb433d
/
.
/
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