A simple bash script to automatically download discussion worksheets (dis) and homework assignments (hw) from Berkeley's CS170 (Efficient Algorithms and Intractable Problems) course.
bashwget./download-Berkeley-CS170.sh <type> [max_number]
<type> (required): Type of files to download
dis - Discussion worksheetshw - Homework assignments[max_number] (optional): Maximum number to download (default: 11)
Download discussion worksheets 01-11 (default):
./download-Berkeley-CS170.sh dis
Download discussion worksheets 01-15:
./download-Berkeley-CS170.sh dis 15
Download homework assignments 01-10:
./download-Berkeley-CS170.sh hw 10
Files are downloaded to directories based on type:
cs170_dis/cs170_hw/For each number, the script downloads:
dis##.pdf or hw##.pdfdis##-sol.pdf or hw##-sol.pdfFiles that don't exist on the server are automatically skipped.
Files are downloaded from: https://cs170.org/assets/pdf/