index
:
dots
master
Config files for my Linux desktop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
lemonblocks
/
modules
/
date.sh
blob: dcd068194c1e6025e2a291d79e2ae1f28843fcad (
plain
)
1
2
3
#!/bin/bash
date
=
$(
date +
"%d %b(%A) %H:%M"
)
printf
"
$date
"