LANGUAGE » SHELL_SCRIPT » BASH » SYNTAX
Function
Last updated:
shell
myfunc
() {
# Do something
}
Allow calling function from script
shell
## ...
## Functions definition
## ...
"
$@
"
Usage
shell
./myscript.sh
myfunc
param
Theme
Links
Home
Back to top