fix shebang

This commit is contained in:
Ranomier 2024-11-27 02:26:56 +01:00
parent fc8f40ff9d
commit 1f9956a2cb

View file

@ -1,4 +1,4 @@
#/usr/bin/env bash #!/usr/bin/env bash
# docstring=simple mixer gui app, for the desktop # docstring=simple mixer gui app, for the desktop
set -E -o pipefail set -E -o pipefail
shopt -s failglob shopt -s failglob