Skip to content

Instantly share code, notes, and snippets.

@luk1337
Created June 6, 2021 20:26
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 luk1337/4b33a07475982de4933b0a79006ab3ac to your computer and use it in GitHub Desktop.
Save luk1337/4b33a07475982de4933b0a79006ab3ac to your computer and use it in GitHub Desktop.
function breakfast_local() {
if [ "$1" = "kebab" ] || [ "$1" = "lemonadep" ]; then
export WITH_GMS=true
else
export WITH_GMS=false
fi
breakfast $@
}
alias breakfast="breakfast_local"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment