Skip to content

Instantly share code, notes, and snippets.

@romaincoeur
Created September 25, 2017 09:43
Show Gist options
  • Save romaincoeur/1e71aa9f75fdc8d6459e3986874a74a3 to your computer and use it in GitHub Desktop.
Save romaincoeur/1e71aa9f75fdc8d6459e3986874a74a3 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ -z $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