SEMDS Homework 0: Command line and submitting homework
Instructions for the homework:
- Create a
download_reactor_data.bashscript that does the following things (1pt):- Makes a directory called
hcepdb_dataand does all the other steps from inside this directory. (1pt) - Uses
curlto download the reactor data fromhttps://github.com/UWDIRECT/UWDIRECT.github.io/blob/master/datasets/reactor_data.csv?raw=true(1pt) - Uses
headto show the first few lines of thereactor_data.csvto the user (1pt)
- Makes a directory called
- Submit your homework using git/GitHub (1pt)