exec and better logging for qbeng

This commit is contained in:
Felix Van der Jeugt 2016-09-11 23:19:18 +02:00
parent ee290ae592
commit 102959fc0d

View File

@ -1,3 +1,3 @@
#!/bin/sh
/home/noctua/.local/bin/qutebrowser --debug --backend webengine "$@" &> /data/programming/qutebrowser/recent.log
exec /home/noctua/.local/bin/qutebrowser --debug --backend webengine "$@" > /data/programming/qutebrowser/recent.log 2>&1