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
| #!/usr/bin/env bash | |
| # | |
| # musicforprogramming-dl.sh — Download all episodes from musicforprogramming.net | |
| # | |
| # Usage: | |
| # ./musicforprogramming-dl.sh [output_dir] | |
| # | |
| # Downloads all MP3 files from musicforprogramming.net into the specified | |
| # directory (default: ./musicforprogramming). Skips already-downloaded files. | |
| # |