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