Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit 2a062b2

Browse files
authored
Fixes shebang
`bash` may be installed in a different location. Mine: > » which bash > /usr/local/bin/bash
1 parent b6e4fd2 commit 2a062b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin

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
# | | | |
44
# | |__ _ _ _ __ ___ _ __ ___| |__

0 commit comments

Comments
 (0)