Add include folder for extra functions
This commit is contained in:
7
include/common/loggy.inc
Normal file
7
include/common/loggy.inc
Normal file
@ -0,0 +1,7 @@
|
||||
# Function: LOGGER
|
||||
# Usage: loggy <message>
|
||||
function loggy () {
|
||||
|
||||
echo "$$ - $(date +%T) - ${KODIVERSION} - ${@}" >> ${LOGGYLOGFILE}
|
||||
|
||||
}
|
Reference in New Issue
Block a user