Skip to content

Instantly share code, notes, and snippets.

@brodul
Created December 1, 2017 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brodul/6a041a0efe920dfaca2dd3f714487114 to your computer and use it in GitHub Desktop.
Save brodul/6a041a0efe920dfaca2dd3f714487114 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
build ()
{
echo "in build"
frontend ()
{
echo "in frontend"
echo "$@"
}
"$@"
}
"$@"
@brodul
Copy link
Author

brodul commented Dec 1, 2017

chmod u+x ./nom.sh
./nom.sh build frontend Albert the king

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment