Improved comments
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user