7 lines
61 B
Bash
7 lines
61 B
Bash
#!/bin/bash
|
|
|
|
function g_date_print {
|
|
g_date
|
|
echo $g_date
|
|
}
|