Use portable shebangs (#7)

* h2mm: use portable shebang

* install.sh: use portable shebang
This commit is contained in:
Harsh Shandilya
2025-01-28 15:19:51 +05:30
committed by GitHub
parent 6768cab391
commit 23cb0646bf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
VERSION="0.3.2" VERSION="0.3.2"
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -e set -e
RED='\033[0;31m' RED='\033[0;31m'