fix shebang

This commit is contained in:
Ranomier 2024-11-27 02:26:56 +01:00
parent 8530750afc
commit 84b98480f8

View file

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