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