From 58fdbe307f9171fd2bb297d80ba97cf07276be0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 31 Dec 2024 10:59:48 +0100 Subject: [PATCH] audio-control: add bash strict options. --- audio-control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio-control b/audio-control index a9bef34..b8cfb2a 100755 --- a/audio-control +++ b/audio-control @@ -1,5 +1,7 @@ #!/bin/bash +set -euo pipefail + if [ "$#" -eq 0 ] then echo "Requires a command. Run with 'help' for a list of commands."