Transmission: Fix add.
This commit is contained in:
parent
d76c7aba1e
commit
9acab36dd8
|
@ -1,6 +1,6 @@
|
||||||
# Torrent download alias.
|
# Torrent download alias.
|
||||||
function tdl() {
|
function tdl() {
|
||||||
transmission-remote home.local ${@}
|
transmission-remote home.local "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Download torrent files to home.
|
# Download torrent files to home.
|
||||||
|
|
Loading…
Reference in a new issue