Kevin Velghe
0f07198271
Don't pass 2 arguments to shebang
...
On most platforms (according to shellcheck), you can't pass two
arguments in a shebang. I.e. on Debian you get:
/usr/bin/env: ‘bash -e’: No such file or directory
2016-07-26 11:48:26 +02:00
Florian Bruhin
dfbd31f35f
Use /usr/bin/env shebang for bash userscripts
...
See #1665
2016-07-20 11:06:35 +02:00
Jan Verbeek
cc67dba9f1
Add and use $QUTE_DATA_DIR, $QUTE_DOWNLOAD_DIR
...
Also fix a few small issues in the userscripts like unquoted variables
and trailing whitespace.
2016-07-01 15:53:21 +02:00
Thorsten Wißmann
855f8402c6
open_download: Warn if download dir is empty
2015-09-17 10:32:26 +02:00
Thorsten Wißmann
9e25e3b96b
open_download: Allow download dir to be a symlink
2015-09-17 10:32:26 +02:00
Thorsten Wißmann
b8f200b370
Add open_download userscript
2015-09-17 10:32:17 +02:00