initial commit
This commit is contained in:
6
chapter11/function_get_second
Executable file
6
chapter11/function_get_second
Executable file
@@ -0,0 +1,6 @@
|
||||
function get_second
|
||||
{
|
||||
THIS_SECOND=$(date +%S)
|
||||
echo $THIS_SECOND
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user