3 lines
44 B
Bash
Executable File
3 lines
44 B
Bash
Executable File
#!/usr/bin/env bash
|
|
echo "Goodbye $1 $2 $3"
|