File: visualize_manpage.sh

package info (click to toggle)
vsearch 2.30.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,200 kB
  • sloc: cpp: 30,216; ansic: 493; makefile: 260; sh: 101
file content (7 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

bash ./include_markdown_files.sh "${1}" | \
    pandoc - --standalone --to man | \
    /usr/bin/man -l -

exit 0