Skip to content

Instantly share code, notes, and snippets.

@elneris
Created February 26, 2019 22:04
Show Gist options
  • Save elneris/0c4b99791fb04f08df59103e2e82af91 to your computer and use it in GitHub Desktop.
Save elneris/0c4b99791fb04f08df59103e2e82af91 to your computer and use it in GitHub Desktop.
#!/bin/bash
u=$USER
if [ -z $1 ]
then
echo "Bonjour $u !"
else
echo "Bonjour $1 !"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment