Shebang: using #!/usr/bin/env -S bash everywhere
This commit is contained in:
parent
c5581d2ee2
commit
e02f79bc31
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {} \;
|
||||
find . -name "*.qml" -print -exec qmlfmt -e -b 120 -t 2 -i 2 -w {} \;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env -S bash
|
||||
|
||||
echo "Sending 8 test notifications..."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue