Files
vision_sjtu_19/tools/bind-monitor.sh
2019-05-09 20:14:25 +08:00

6 lines
164 B
Bash
Executable File

#!/bin/bash
echo "#!/bin/bash" > $2/monitor-run
echo "$1/tools/monitor.sh \"$2/run --run-with-camera --show-armor-box\"" >> $2/monitor-run
chmod +x $2/monitor-run