Skip to content

Commit

Permalink
Add note on installing shells to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Lee committed Dec 20, 2021
1 parent 4f5f0e4 commit 52873d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@ test_shells() {
done
}

# On Debian based distros, most of these shells can be installed via:
# sudo apt install csh tcsh bash dash ksh zsh
# `gosh` is written in Go, and can be installed using:
# go install mvdan.cc/sh/v3/cmd/gosh@latest

test_shells sh bash dash zsh ksh csh tcsh gosh

0 comments on commit 52873d0

Please sign in to comment.