Skip to content

Instantly share code, notes, and snippets.

@rjsvaljean
Created February 18, 2016 19:56
Show Gist options
  • Select an option

  • Save rjsvaljean/feba0a7cc7c39d1ca8fe to your computer and use it in GitHub Desktop.

Select an option

Save rjsvaljean/feba0a7cc7c39d1ca8fe to your computer and use it in GitHub Desktop.
#!/bin/sh
getOrElse() {
if [ -z "$1" ]
then echo $2
else
echo $1
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment