Skip to content

Commit

Permalink
Merge pull request #24 from krtab/shebang
Browse files Browse the repository at this point in the history
Use a shebang to enforce running test.sh in bash
  • Loading branch information
fredericlemoine authored Apr 29, 2024
2 parents c8ec0e0 + f440573 commit 56d00aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The `gotree` executable should be located in the current folder (or the `$GOPATH

To test the executable:
```
bash test.sh
./test.sh
```

## Auto completion
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
########## Test Suite for Gotree command line tools ##############

set -e
Expand Down

0 comments on commit 56d00aa

Please sign in to comment.