Skip to content

Instantly share code, notes, and snippets.

@thomwiggers
Created October 31, 2019 13:21
Show Gist options
  • Save thomwiggers/73814883402c1d289022de1d9e07cdc7 to your computer and use it in GitHub Desktop.
Save thomwiggers/73814883402c1d289022de1d9e07cdc7 to your computer and use it in GitHub Desktop.
my_namespaced_setup() {
local bla=3
export bar=342
}
my_namespaced_setup
unset -f my_namespaced_setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment