From e02f79bc312c46bfa5c6032345703886e1d05f57 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Wed, 20 Aug 2025 20:44:28 -0400 Subject: [PATCH] Shebang: using #!/usr/bin/env -S bash everywhere --- Bin/{run-qmlfmt.sh => qmlfmt.sh} | 4 ++-- Bin/test-notifications.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename Bin/{run-qmlfmt.sh => qmlfmt.sh} (85%) 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..."