Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 748 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 748 Bytes

GitHub last commit

shell_snippets

This repository is library of shell scripts snippets.

List of snippets

  1. 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!
  2. 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.