diff --git a/IT/Scripting.md b/IT/Scripting.md index c7ac3c1..dcdf949 100644 --- a/IT/Scripting.md +++ b/IT/Scripting.md @@ -129,7 +129,8 @@ function_name () { To return a value from a function, use the `return` keyword. After calling, it'll be assigned to the global variable `$?`. - +``` +``` ## Commands | Command | Description | | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |