Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Seirdy committed Dec 17, 2019
1 parent aca1dee commit 1ae848a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .local/bin/w3m-sandbox-tor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env dash

cd "$(mktemp -d)" \
&& curl-tor "$@" >/tmp/page.html && w3m-sandbox /tmp/page.html
&& curl-tor "$@" >/tmp/page.html \
&& w3m-sandbox /tmp/page.html

# vi:ft=sh

0 comments on commit 1ae848a

Please sign in to comment.