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