Skip to content

Instantly share code, notes, and snippets.

@rdeavila
Last active October 27, 2016 17:49
Show Gist options
  • Save rdeavila/ecaebe0fc5cec52c469c2a1fa2c784e2 to your computer and use it in GitHub Desktop.
Save rdeavila/ecaebe0fc5cec52c469c2a1fa2c784e2 to your computer and use it in GitHub Desktop.
#!/bin/bash
PARAMETRO_1=${PARAMETRO_1:-não informado}
PARAMETRO_2=${PARAMETRO_2:-não informado}
echo ''
echo "Parâmetro 1: $PARAMETRO_1"
echo "Parâmetro 2: $PARAMETRO_2"
echo ''
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment