Skip to content

Commit b5c8228

Browse files
author
Jared Murrell
authored
added the BASH shebang
Added the BASH shebang to avoid issues with folks running ZSH
1 parent 415f8df commit b5c8228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

svn2github.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
## Include files in the current working directory
23
if [[ $(uname) != 'Linux' ]]
34
then

0 commit comments

Comments
 (0)