5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
|
#!/bin/bash
|
||
|
TMPDIR=/var/tmp
|
||
|
export TMPDIR
|
||
|
/usr/bin/qbittorrent-nox-bin $*
|