Skip to content

Instantly share code, notes, and snippets.

@Nocktiss
Last active February 27, 2019 15:26
Show Gist options
  • Save Nocktiss/014fe18a8400a8ca7b11b5fd5e1072ab to your computer and use it in GitHub Desktop.
Save Nocktiss/014fe18a8400a8ca7b11b5fd5e1072ab to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ $1 ]
then
echo "Bonjour $1"
else
echo "Bonjour $USER"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment