mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
curl -sSL "https://raw.githubusercontent.com/$*/master/README.md" \
|
||
|
|
| pandoc -f gfm -t man -s \
|
||
|
|
| man -l -
|