OPS145 Lab 9 Newversion

From Littlesvr Wiki
Revision as of 11:16, 23 March 2024 by Andrew (talk | contribs) (Created page with "= Also = =Submit evidence of your work= After you finish the lab: run the following commands to submit your work:<syntaxhighlight lang="bash"> cd ~ wget http://ops345.ca/check/ops145-lab9-check.sh # Download the check script chmod 700 ops145-lab9-check.sh # Make the downloaded file executable ./ops145-lab9-check.sh # Run the check script </syntaxhighlight>If it says "Your lab9 has been submitted": make a screenshot, and you're done. If it gives you any warnings or er...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Also

Submit evidence of your work

After you finish the lab: run the following commands to submit your work:

cd ~
wget http://ops345.ca/check/ops145-lab9-check.sh # Download the check script
chmod 700 ops145-lab9-check.sh # Make the downloaded file executable
./ops145-lab9-check.sh # Run the check script

If it says "Your lab9 has been submitted": make a screenshot, and you're done. If it gives you any warnings or errors: you have to fix them and try the ./ops145-lab7-check.sh command again.