gaboshlib/gaboshlib/g_date_print.bashfunc
2022-07-06 12:24:21 +02:00

7 lines
61 B
Bash

#!/bin/bash
function g_date_print {
g_date
echo $g_date
}