✏️ Modified scripts

This commit is contained in:
z3rOR0ne 2022-09-05 07:23:32 -07:00
parent c482a3ab80
commit c3fe182d94
4 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
torsocks curl -sL https://${1} | pandoc -f html -t markdown | grep -v -e '^$' | grep -v -e ":::" | pygmentize -l markdown
curl -sL https://${1} | pandoc -f html -t markdown | grep -v -e '^$' | grep -v -e ":::" | pygmentize -l markdown