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