pysheller/example/commands/hello-user.sh
2021-09-01 15:02:43 +02:00

7 lines
104 B
Bash
Executable File

#!/bin/sh
# help : greet user specified in argument
# arg1 : user - user to greet
echo "Hello, ${1}!"