Alex Balgavy

Just some stuff about me.

Here's my dotfiles repository.

Check out my blog.

My keys: PGP, SSH

My crypto wallets (BTC, XMR)


What links here:

Shutting down computer once torrent is done

# 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