dotfiles/.local/bin/scripts/log

11 lines
91 B
Plaintext
Raw Normal View History

2020-09-04 10:16:46 +00:00
#!/bin/sh
local date_args=${LOG_TIME_DEFAULT:-d}
case $1 in
(y)
(m)
(d)
(h)
(t)
esac