Skip to content

Commit cc74d4c

Browse files
author
Ian Seyler
committed
Cross-platform shebang
1 parent 4ea1c23 commit cc74d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
mkdir -p bin
44
gcc -o bin/bmfs src/bmfs.c -Wall -W -pedantic -std=c99

clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
rm -rf bin/

0 commit comments

Comments
 (0)