reconquest / shdoc

Documentation generator for shell scripts (bash, sh, zsh). Javadoc for shell scripts.
MIT License
294 stars 63 forks source link

fix: Use the `#!/usr/bin/env bash` shebang #74

Open hyperupcall opened 1 year ago

hyperupcall commented 1 year ago

/bin/bash doesn't always exist on POSIX-y systems, like NixOS and some BSDs (when Bash is installed).