mirror of
https://github.com/kontera-technologies/go-supervisor
synced 2025-10-05 06:36:50 +08:00
10 lines
81 B
Bash
Executable File
10 lines
81 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
read greet
|
|
|
|
echo "$1 $greet"
|
|
|
|
>&2 echo "Bye $greet"
|
|
|
|
exit 5
|