Skip to content

UrboyG/269103-2564-2-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

269103-2564-2-git

Instructions

  • Fork this repo.
  • In your forked repo,
    • Create a branch (or branches)
    • Edit script.sh by adding comments (line starts with #) to describe script.sh (line by line).
      • You don't have to explain about the "shebang".
    • Add the changes with a good commit message.
    • After complete, merge changes to your main branch.
    • Do not delete the branch after merging.
  • Go back to the original repo,
    • Submit your pull request (PR) to the original repo by Tuesday January 11, 2022 11:59pm (GMT+7).
    • If your PR is not shown at the original repo, it will not be graded.
    • Late submission will not be graded.

Example

Given a script containing 3 lines as follows

#!/bin/bash
echo Hello
echo Goodluck

To get full points, you need to provide clear and concise description.

#!/bin/bash
# Display "Hello" to the screen
echo Hello
# Display "Good luck" to the screen
echo Good luck

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%