annotate bin/beat @ 11932:d8d7f891e16b draft

<fizzie> mkx bin/beat//s=$(date +%s); echo @$(((s+3600) % 86400 * 10 / 864))
author HackEso <hackeso@esolangs.org>
date Fri, 13 Sep 2019 10:09:31 +0000
parents
children dea37ae411c0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11932
d8d7f891e16b <fizzie> mkx bin/beat//s=$(date +%s); echo @$(((s+3600) % 86400 * 10 / 864))
HackEso <hackeso@esolangs.org>
parents:
diff changeset
1 s=$(date +%s); echo @$(((s+3600) % 86400 * 10 / 864))