Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinsAlexandre/83577b5012ee8dc12d1d8ca942234557 to your computer and use it in GitHub Desktop.
Save MartinsAlexandre/83577b5012ee8dc12d1d8ca942234557 to your computer and use it in GitHub Desktop.
Hello user
#!/bin/bash
if [ -n "$1" ]
then
echo "bonjour" $1
else
echo $USER
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment