devops-exercises/topics/shell/great_day.md

8 lines
240 B
Markdown
Raw Normal View History

2021-11-07 16:54:06 +01:00
## Great Day
### Objectives
1. Write a script that will print "Today is a great day!" unless it's given a day name and then it should print "Today is <given day>"
Note: no need to check whether the given argument is actually a valid day