Cradicle Explorer
dotconf
Info
Issues
Patches
Wallets
Source
Source
.config
.emacs.d
.gnupg
.local
.ncmpc
.ssh
.vim
.xmonad
bin
arrange
bar
beat
dt
ix
license
mkdiff
pkgsrc_update.sh
rage
sfetch
tstart
src
.Xresources
.allowed_signers
.ansiweatherrc
.cvsrc
.cwmrc
.fvwmrc
.gitconfig
.gitmux.conf
.kshrc
.mg
.neomuttrc
.nexrc
.profile
.tmux.conf
.vimrc
.xsession
.yashrc
.zlogin
license
readme.org
/
bin
/ beat
beat
1
#!/bin/sh
2
3
b=$(echo "(($(date +'%s')+3600)%86400)/86.4" | bc)
4
printf "%03d" "${b}"