2024-12-29 23:45 : id 52
This commit is contained in:
parent
0a1f739180
commit
7a35997362
@ -165,7 +165,11 @@ in
|
||||
echo "$(date +'%I')"
|
||||
elif [ $minute > 30 ]; then
|
||||
minute=$(((60-minute)))
|
||||
echo "$minute to $((($(date +"%I") + 1)))"
|
||||
if [ $minute == 45 ]; then
|
||||
echo "Quarter to $((($(date +"%I") + 1)))"
|
||||
else
|
||||
echo "$minute to $((($(date +"%I") + 1)))"
|
||||
fi
|
||||
elif [ $minute <= 30]; then
|
||||
echo "$minute past $(date +"%I")"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user