OPS145 Lab 9 Newversion: Difference between revisions

From Littlesvr Wiki
Jump to navigation Jump to search
(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...")
 
(Replaced content with "The latest version is here: OPS145_Lab_9 Category:OPS145")
Tag: Replaced
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Also =
The latest version is here: [[OPS145_Lab_9]]
 
 
 
=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 errors: you have to fix them and try the ./ops145-lab7-check.sh command again.


[[Category:OPS145]]
[[Category:OPS145]]

Latest revision as of 12:58, 27 March 2024

The latest version is here: OPS145_Lab_9