audio-control: add bash strict options.

This commit is contained in:
Nicolás A. Ortega Froysa 2024-12-31 10:59:48 +01:00
parent 094430c1f7
commit 58fdbe307f

View File

@ -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."