3 lines
99 B
Bash
Executable file
3 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
|
|
torsocks curl -s https://{$1} | hxnormalize -e | grep -v -e '^$' | pygmentize -l html
|