rssht
rssht copied to clipboard
Trap SIGINT to cleanup .pid file
trafficstars
The current code does not cleanup the .pid file, as the rm is after an infinite loop. We should trap SIGINT or any other catchable signal to remove it.