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

7 lines
197 B
Bash
Executable File

#!/bin/sh
AUDIO_TARGET_LOCATION="/home/shared/hydrophonitor/audio-logger/target/release"
AUDIO_TARGET_EXECUTABLE="audio"
OPTIONS=""
cd $AUDIO_TARGET_LOCATION && ./AUDIO_TARGET_EXECUTABLE $OPTIONS