audio-control: add bash strict options.
This commit is contained in:
parent
094430c1f7
commit
58fdbe307f
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user