添加绑定monitor与运行参数到可执行文件的cmake target。

This commit is contained in:
xinyang
2019-05-06 23:14:09 +08:00
parent 7749bb1368
commit 5f36004fe6
2 changed files with 5 additions and 2 deletions

4
tools/bind-monitor.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo "$1/tools/monitor.sh \"$2/run --run-with-camera\" &" > $2/monitor-run
chmod +x $2/monitor-run