Create a 'pokemonthink' script
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!
This commit is contained in:
7
pokemonthink.sh
Executable file
7
pokemonthink.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Call pokemonsay with the think option.
|
||||
#
|
||||
|
||||
./pokemonsay.sh --think $@
|
||||
Reference in New Issue
Block a user