Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 372 Bytes

File metadata and controls

10 lines (8 loc) · 372 Bytes

UTC-shift-checker

Deadass simple bash script to check your UTC shift.

Download from the releases (left side) make it runnable chmod +x utcget.sh and just run utcget.sh in terminal. The output should be like this UTC-4, UTC+2. If it says UTC your shift equals 0.

All depencies are already on every linux distro. It uses those commands:

  • expr
  • date
  • echo