Checking current time is in between 00:00 - 1:00 AM EST , it must include 00.00 && 01:00 EST

前端 未结 0 1343
慢半拍i
慢半拍i 2021-01-14 17:39

My script:

currenttime=$(date +%H:%M) if [[ "$currenttime" > "00:00" ]] && [[ "$currenttime" < "01:00" ]]; then

相关标签:
回答
  • 消灭零回复
提交回复
热议问题