Skip to content

Instantly share code, notes, and snippets.

@FaroukDev
Created March 4, 2019 08:00
Show Gist options
  • Save FaroukDev/ffea890592d30aafd8e4b1dc93f086a2 to your computer and use it in GitHub Desktop.
Save FaroukDev/ffea890592d30aafd8e4b1dc93f086a2 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