10 lines
91 B
Bash
Executable file
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
|