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:
Lucas Possatti
2015-06-23 16:35:08 -03:00
parent e05f1129db
commit a23a8c3d52
2 changed files with 36 additions and 10 deletions

7
pokemonthink.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
#
# Call pokemonsay with the think option.
#
./pokemonsay.sh --think $@