#! /bin/bash# just waiting a moment.for var in {1..7}do case $i in [1-5]) echo "Today is workday" ;; *) echo "Today is sleeping day" ;; esacdone