exercise1
This commit is contained in:
@@ -1,20 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#
|
|
||||||
# <Replace with the purpose or description of of this shell script.>
|
|
||||||
#
|
|
||||||
|
|
||||||
GLOBAL_VAR1="one"
|
echo "This script will exit wity a 0 exit status."
|
||||||
GLOBAL_VAR2="two"
|
|
||||||
|
|
||||||
function function_one() {
|
# Exit with an explicit 0 exit status.
|
||||||
local LOCAL_VAR1="one"
|
|
||||||
# <Replace with function code.>
|
|
||||||
}
|
|
||||||
|
|
||||||
# Main body of shell script starts here.
|
|
||||||
#
|
|
||||||
# <Replace with the main commands of your shell script.>
|
|
||||||
#
|
|
||||||
|
|
||||||
# Exit with an explicit exit status.
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user