diff --git a/Bin/run-qmlfmt.sh b/Bin/qmlfmt.sh similarity index 85% rename from Bin/run-qmlfmt.sh rename to Bin/qmlfmt.sh index 71f4f90..2af1996 100755 --- a/Bin/run-qmlfmt.sh +++ b/Bin/qmlfmt.sh @@ -1,7 +1,7 @@ -#!/usr/bin/env bash +#!/usr/bin/env -S bash # Uses: https://github.com/jesperhh/qmlfmt # Can be installed from AUR "qmlfmt-git" # Requires qt6-5compat -find . -name "*.qml" -print -exec qmlfmt -e -b 120 -t 2 -i 2 -w {} \; \ No newline at end of file +find . -name "*.qml" -print -exec qmlfmt -e -b 120 -t 2 -i 2 -w {} \; diff --git a/Bin/test-notifications.sh b/Bin/test-notifications.sh index fc7c035..56e58a5 100755 --- a/Bin/test-notifications.sh +++ b/Bin/test-notifications.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env -S bash echo "Sending 8 test notifications..."