Just some stuff about me.
Here's my dotfiles repository.
What links here:
# list torrents: `transmission-remote -l`
while ! transmission-remote -t TORRENT_ID -i | grep 'State:' | cut -d: -f2 | grep Finished; do sleep 60; done; killall caffeinate; shutdown -h now