mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-11 06:23:47 -05:00
removed comment
This commit is contained in:
18
lib/utils.sh
18
lib/utils.sh
@@ -118,21 +118,3 @@ do
|
|||||||
die "${file} does not exist."
|
die "${file} does not exist."
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
# Notes to self
|
|
||||||
# ####################
|
|
||||||
# This is how you create a variable with multiple lines
|
|
||||||
# read -d '' String <<"EOF"
|
|
||||||
# one
|
|
||||||
# two
|
|
||||||
# three
|
|
||||||
# four
|
|
||||||
# EOF
|
|
||||||
# echo ${String}
|
|
||||||
#
|
|
||||||
# # How to get a script name
|
|
||||||
# scriptLocation="${0}"
|
|
||||||
# scriptFile="${scriptLocation##*/}"
|
|
||||||
# scriptName="${scriptFile%.*}"
|
|
||||||
# echo "${scriptName}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user