6 lines
228 B
Bash
6 lines
228 B
Bash
#!/bin/bash
|
|
|
|
echo "#!/bin/bash" > $2/monitor-run
|
|
echo "gnome-terminal -- bash -c \"echo sjturm | sudo -S $1/tools/monitor.sh \\\"$2/run --run-with-camera --save-video --wait-uart\\\"\"" >> $2/monitor-run
|
|
chmod +x $2/monitor-run
|