6 lines
77 B
Bash
6 lines
77 B
Bash
#!/bin/bash
|
|
|
|
function g_date {
|
|
g_date=$(printf '%(%Y-%m-%d %H:%M:%S)T\n')
|
|
}
|