Skip to content

Commit 175e7c9

Browse files
committed
Merge pull request #1 from dol/patch-1
Do a proper script execution via #!/usr/bin/env
2 parents f3596eb + dee5e36 commit 175e7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample_head.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
# Source the optparse.bash file ---------------------------------------------------
44
source optparse.bash

0 commit comments

Comments
 (0)