Improved comments

This commit is contained in:
fatalerrors
2021-09-06 14:40:35 +02:00
parent 9f584fcd65
commit 66daa05175
5 changed files with 47 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
# https://opensource.org/licenses/BSD-3-Clause
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Define normalised time display, filename friendly
stdtime()
{
@@ -14,6 +16,8 @@ stdtime()
}
export -f stdtime
# ------------------------------------------------------------------------------
# Backup original installation files
# (or any old files if runned several time on same file)
backupdist()
@@ -35,6 +39,8 @@ backupdist()
}
export -f backupdist
# ------------------------------------------------------------------------------
# Install file to the host (specific first then general)
# Todo: implement wildcard support
installfile()