3 lines
126 B
Bash
Executable file
3 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
|
|
curl -sL https://${1} | pandoc -f html -t markdown | grep -v -e '^$' | grep -v -e ":::" | pygmentize -l markdown
|