Change shebang

This commit is contained in:
Sourajyoti Basak
2021-06-14 14:22:28 +05:30
committed by GitHub
parent 4f2b3d740e
commit 399eee1963
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/bin/env sh
mkdir -p build/
cd build/
cmake ..