5 lines
112 B
Bash
Executable File
5 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "$1/tools/monitor.sh \"$2/run --run-with-camera\" &" > $2/monitor-run
|
|
chmod +x $2/monitor-run
|