ajout solution

This commit is contained in:
2021-06-21 17:10:42 +02:00
parent 3c049242a3
commit 9a9d4f05a3

8
hello.sh Normal file
View File

@@ -0,0 +1,8 @@
#! /bin/bash
name=$1
echo hello $name
echo "pensez à faire un echo \$? pour obtenir le code de retour"
exit $#