Generic update.

This commit is contained in:
Crony Akatsuki 2023-02-22 19:24:09 +01:00
parent 15ecb794d7
commit 1c0a265455
5 changed files with 84 additions and 21 deletions

View file

@ -14,7 +14,7 @@ move () {
"$HOME/games/torrents"
)
current=$(transmission-remote -t 1 -i | grep -i location | awk '{print $2}')
current=$(transmission-remote -t $1 -i | grep -i location | awk '{print $2}')
choice=$(printf '%s\n' "${paths[@]}" | $DMENU -p "Current: $current")