Skip to content

Instantly share code, notes, and snippets.

@JonesCharly
Last active February 27, 2019 15:35
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 JonesCharly/b90394eae647ab8e2c83ed44240d8dd7 to your computer and use it in GitHub Desktop.
Save JonesCharly/b90394eae647ab8e2c83ed44240d8dd7 to your computer and use it in GitHub Desktop.
Challenge Shell
#!/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