mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-02 04:08:30 -05:00
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
curl -s "$1" | pandoc --from=html --to=markdown | glow - -s dark -w 80 | less -r
|