Transmission is a simple yet powerful torrent client. It’s available in some of the Linux
distributions by default. However, one very important torrent client
must have feature is missing in transmission. Now, we are going to add
that feature by ourselves with our own shell script. We will make that
shell script execute in Transmission after download completes. Let’s
first get started by writing a single line shell script for shutdown.
Most of you reading this may have used command to restart and shutdown
your system. If you don’t know this, yes you can shutdown and restart Linux system from your terminal.
Go to home directory, fire up your text editor, create a file and write a
script. I will use vim. Name the file shutdown.sh...