pysheller/example/commands/hello-user.sh

7 lines
104 B
Bash
Raw Normal View History

2021-09-01 15:01:54 +02:00
#!/bin/sh
# help : greet user specified in argument
# arg1 : user - user to greet
echo "Hello, ${1}!"