This repository is library of shell scripts snippets.
-
determin_startupTime
- echo_Hello.sh
- Echo "Hello!" if startup time is within the time which is seted in the configuration file "time.csv"
I wrote commentary article in Japanese on 26th March 2022. I read!
- Echo "Hello!" if startup time is within the time which is seted in the configuration file "time.csv"
- echo_Hello.sh
-
judge_holidays
- judgeHolidays.sh
- This shell script judge whether today is a holiday. If today is a holiday, echo "祝日やで!". Otherwise, echo "祝日ではないで!". Additionally, It also judge wheter today is a weekend or not.
- judgeHolidays.sh