chore: make format.sh executable and improve shebang portability

The shebang #!/usr/bin/bash doesn't work on e.g. NixOS.
Using #!/usr/bin/env fixes that.
This commit is contained in:
lubsch
2026-07-22 18:41:41 +02:00
parent 7fe50034da
commit b117843597
Regular → Executable
+1 -1
View File
@@ -1,3 +1,3 @@
#!/usr/bin/bash
#!/usr/bin/env bash
clang-format -i src/*/*.h -i src/*/*.c -i src/mango.c -i mmsg/mmsg.c