5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
b=$(echo "(($(date +'%s')+3600)%86400)/86.4" | bc)
|
||
|
printf "%03d" "${b}"
|