Skip to content

Instantly share code, notes, and snippets.

@akoidan
Created May 15, 2019 08:01
Show Gist options
  • Save akoidan/3132ee9da2a9c490eddc976380a64224 to your computer and use it in GitHub Desktop.
Save akoidan/3132ee9da2a9c490eddc976380a64224 to your computer and use it in GitHub Desktop.
return sample
test() {
test2
test3
}
test2() {
test21
test22
}
test3() {
test31
}
test21() {
test211
}
test22() {
}
test211() {
return # exit script from here
}
test 31() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment