Set up EECS 280 project starter files with one command.
A basic shell script that:
- Downloads all the starter files for the 280 project you specify,
- removes all
.starter
files suffixes, - deletes junk files, and
- moves your files to a custom-named folder (optional).
git clone https://github.com/andkerr/280setup.git
cd 280setup # navigate to the cloned repository
./280setup <project name> [folder name] # run to install starter files
usage: ./280setup <project name> [folder name]
Project name must be typed as given in the
wget url in the EECS 280 spec
Examples: p2-cv, p1-stats
For example, to install project 5 starter files:
./280setup p5-ml
mv <starter file folder> path/to/another/directory
This script has only been tested on EECS 280-recommended command line tools (MacOS Terminal, WSL, Linux) and may not work on other systems.
By Andrew Kerr [email protected]