File: manpage

package info (click to toggle)
shellcheck 0.7.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 740 kB
  • sloc: haskell: 11,187; sh: 58; makefile: 14
file content (4 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download | duplicates (5)
1
2
3
4
#!/bin/sh
echo >&2 "Generating man page using pandoc"
pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1 || exit
echo >&2 "Done. You can read it with:   man ./shellcheck.1"