UMM-CSci-Systems / Command-line-introduction

An introduction to Unix command line tools
MIT License
0 stars 14 forks source link

Remove directions left over from earlier semesters #23

Closed helloworld12321 closed 2 years ago

helloworld12321 commented 3 years ago

In particular, remove references to

  1. making a temporary directory for the extract_and_compile.sh script to use, and
  2. passing that temporary directory path as a parameter to extract_and_compile.sh

(In the most recent version of the lab, extract_and_compile.sh does all of its work in the current working directory.)

Closes #21