hydrophonitor/scripts/start-all.sh
2022-10-02 15:24:51 +03:00

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)