mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-09 05:33:48 -05:00
bolded some words
This commit is contained in:
@@ -10,9 +10,9 @@ This script must be sourced from all my additional scripts. Contained within th
|
|||||||
* **notice** - prints a notice to the user
|
* **notice** - prints a notice to the user
|
||||||
* **info** - prints information to the user
|
* **info** - prints information to the user
|
||||||
* **debug** - prints debug information. This output hidden unless scripts are run with the verbose (`-v`) flag
|
* **debug** - prints debug information. This output hidden unless scripts are run with the verbose (`-v`) flag
|
||||||
* success - prints success to a user
|
* **success** - prints success to a user
|
||||||
* input - Asks the user for input
|
* **input** - Asks the user for input
|
||||||
* header - Prints a header to help format logs
|
* **header** - Prints a header to help format logs
|
||||||
2. **Sourcing Additional Files** - This script reads a list of additional files and sources them.
|
2. **Sourcing Additional Files** - This script reads a list of additional files and sources them.
|
||||||
|
|
||||||
# setupScriptFunctions.sh
|
# setupScriptFunctions.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user