This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Requires Aria2, apt-get install aria2 | |
| # https://www.reddit.com/r/seedboxes/comments/dp38al/bringoutyourdeadsh_scanner_for_unreferenced/ | |
| # BringOutYourDead.sh | |
| if [ $# -ne 2 ] | |
| then | |
| echo Usage: $0 Path_of_Active_Torrents Path_of_Downloads | |
| exit -1 | |
| fi |