8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#
|
|
# Call pokemonsay with the think option.
|
|
#
|
|
|
|
./pokemonsay.sh --think $@
|