diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-04-22 09:54:36 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-04-22 09:54:36 +0200 |
commit | df80beea9557a29325f9c2eec01a51dd6913569e (patch) | |
tree | 583cdb4a520e75e11ad0ff3b3f94413ef6c4813e /config/essentials/shell/functions.sh | |
parent | c822f6016fd9e457252b2f37dfa0be3cde9fefc3 (diff) |
checkpoint
Diffstat (limited to 'config/essentials/shell/functions.sh')
-rw-r--r-- | config/essentials/shell/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index 39c5e19..c7f7b3a 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -399,6 +399,6 @@ trclipo() category="$(printf "music\nanime\nmovies\nshows\nother\nsoftware\ngames\nisos\nbooks\n" | fzf)" [ "$category" ] || return 2 - transmission-remote debuc.com -a -w "/downloads/$choice" "$magnet" + transmission-remote debuc.com -a -w "/downloads/$category" "$magnet" } |