mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-12 23:13:48 -05:00
minor update
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
# ##################################################
|
# ##################################################
|
||||||
# My Generic BASH script template
|
# My Generic BASH script template
|
||||||
#
|
#
|
||||||
version="1.0.1" # Sets version variable for this script
|
version="1.0.0" # Sets version variable for this script
|
||||||
#
|
#
|
||||||
scriptTemplateVersion="1.0.0" # Version of scriptTemplate.sh
|
scriptTemplateVersion="1.0.1" # Version of scriptTemplate.sh
|
||||||
# that this script is based on
|
# that this script is based on
|
||||||
#
|
#
|
||||||
# A Bash script boilerplate. Allows for common functions, logging, tmp
|
# A Bash script boilerplate. Allows for common functions, logging, tmp
|
||||||
@@ -25,8 +25,7 @@ scriptTemplateVersion="1.0.0" # Version of scriptTemplate.sh
|
|||||||
#
|
#
|
||||||
# HISTORY:
|
# HISTORY:
|
||||||
#
|
#
|
||||||
# * 2015-01-04 - v1.0.0 - First Creation
|
# * DATE - v1.0.0 - First Creation
|
||||||
# * 2015-02-07 - v1.0.1 - Changed default log location to ~/Library/Logs/
|
|
||||||
#
|
#
|
||||||
# ##################################################
|
# ##################################################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user