# HG changeset patch # User HackEso # Date 1568371454 0 # Node ID 4ade46a1e935e47911037ea89a7a7852f284d7c8 # Parent 0c0c59f53dc2085b75dc82733aa9ebd0e7d832a9 `` echo \'#!/usr/bin/python3;import math,time;b = math.floor(100*((time.time()+3600) % 86400) / 86.4);print("%03d.%02d"%(b//100,b%100))\' | tr \\; \\\\n > bin/beat; chmod -v a+x bin/beat diff -r 0c0c59f53dc2 -r 4ade46a1e935 bin/beat --- a/bin/beat Fri Sep 13 10:43:27 2019 +0000 +++ b/bin/beat Fri Sep 13 10:44:14 2019 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/python3 - import math,time - b = math.floor(100*((time.time()+3600) % 86400) / 86.4) - print("%03d.%02d"%(b//100,b%100)) +import math,time +b = math.floor(100*((time.time()+3600) % 86400) / 86.4) +print("%03d.%02d"%(b//100,b%100))