FollieHiyuki-dotfiles/home/.local/bin/grab

4 lines
92 B
Plaintext
Raw Normal View History

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