dotfiles/.local/bin/log
2020-09-04 12:16:46 +02:00

10 lines
91 B
Bash
Executable file

#!/bin/sh
local date_args=${LOG_TIME_DEFAULT:-d}
case $1 in
(y)
(m)
(d)
(h)
(t)
esac