Homework - tutorial 3
- Due 30 Sep 2022 by 23:59
- Points 5
- Submitting a text entry box, a website url, or a file upload
- File types sh, tar, tgz, and tar.gz
All homework information is in the README.md
file at the link:
https://github.com/floridop/MNXB01-2022/blob/main/floridopag/tutorial3/homework3/README.md
At the moment of publishing the homework is not yet copied to Lunarc due to the shutdown. It will be copied as soon as it is possible. But you can see all the code at the link above.
Follow the instructions in the README.md
file to work on the assignment.
The resulting script filechecker.sh
must be uploaded to Canvas. You can simply upload it directly from your Remote HPC Desktop.
I will test the script outside Aurora so you need to take care that there are no hardcoded absolute paths and that all the paths are relative.
Also remember that if you use the ~
symbol (user's home folder), it will be relative to my home folder when I run the script for correction. So don't use it unless you can give me a good reason. The assignment does not require it.
Information about the grading is contained inside the filechecker.sh.pseudocode
file.