Skip to content

Instantly share code, notes, and snippets.

@tiga-tiga
Created March 9, 2018 02:25
Show Gist options
  • Save tiga-tiga/91a90c78d440f7f35d6397c3e08c197e to your computer and use it in GitHub Desktop.
Save tiga-tiga/91a90c78d440f7f35d6397c3e08c197e to your computer and use it in GitHub Desktop.
challenge shell
#!/bin/bash
if [ "$1" = "" ]
then
echo "Bonjour $USER"
else
echo "Bonjour $1"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment