diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..48be78a --- /dev/null +++ b/hello.sh @@ -0,0 +1,8 @@ +#! /bin/bash + +name=$1 + +echo hello $name + +echo "pensez à faire un echo \$? pour obtenir le code de retour" +exit $#