#!/bin/bash ms=`date +%-H%M` if ((10#$1 <= 10#$ms));then echo "future time,please" exit 0 fi while ((10#$1 != 10#$ms)) do ms=`date +%H%M` if ((10#$1-1 Read More
posted @ 2020-06-30 19:59 Mosicol Views(340) Comments(0) Diggs(0) Edit