cyberhafid
2/28/2019 - 9:12 AM

Romain

#!/bin/bash
read -p "$1"

if [ $1 ]
then
echo "bonjour $1"
else
echo "bonjour $USER"
fi