Generic update.
This commit is contained in:
parent
15ecb794d7
commit
1c0a265455
5 changed files with 84 additions and 21 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue