Files
secondo/bin/SecReplay/SecondoReplay

26 lines
239 B
Plaintext
Raw Normal View History

2026-01-23 17:03:45 +08:00
replay="ReplayConfig.ini"
r=false
while getopts "r:" opt; do
case $opt in
r) replay=$OPTARG
r=true;;
esac
done
remoteMonitorsReplay $replay start
if [ "$r" != "true" ]; then
R="-r $replay"
fi
SecondoREPLAY $* $R