4 lines
92 B
Plaintext
Raw Normal View History

2021-02-13 19:28:59 +03:00
#!/bin/sh
curl -s "$1" | pandoc --from=html --to=markdown | glow - -s dark -w 80 | less -r