Files
pokemonsay/pokemonthink.sh
Lucas Possatti a23a8c3d52 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!
2015-06-23 16:35:08 -03:00

8 lines
84 B
Bash
Executable File

#!/bin/sh
#
# Call pokemonsay with the think option.
#
./pokemonsay.sh --think $@