A 'pokemonthink.sh' was created in the repository. And the install script creates a 'pokemonthink' script in the bin folder. The 'pokemonthink' script calls pokemonsay, but using the --think option... That's all!
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 $@
|