4 lines
121 B
Bash
Executable File
4 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
|
|
(trap 'kill 0' SIGINT; ./scripts/start-gps.sh & ./scripts/start-audio.sh & ./scripts/start-pressure-depth.sh)
|