Merge branch 'paretje-viewsource'

This commit is contained in:
Florian Bruhin 2016-10-14 06:47:05 +02:00
commit f9f04763c9
2 changed files with 3 additions and 3 deletions

View File

@ -162,8 +162,8 @@ Contributors, sorted by the number of commits in descending order:
* Claude
* Corentin Julé
* meles5
* Philipp Hansch
* Kevin Velghe
* Philipp Hansch
* Daniel Karbach
* Panagiotis Ktistakis
* Artur Shaik

View File

@ -24,9 +24,9 @@
# Caveat: Does not use authentication of any kind. Add it in if you want it to.
#
path=/tmp/qutebrowser_$(mktemp XXXXXXXX).html
path=$(mktemp --tmpdir qutebrowser_XXXXXXXX.html)
curl "$QUTE_URL" > $path
curl "$QUTE_URL" > "$path"
urxvt -e vim "$path"
rm "$path"