dotfiles/.local/bin/log

11 lines
91 B
Bash
Executable File

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