dotfiles/.local/bin/scripts/log
2021-01-23 19:55:22 +01: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