5 lines
117 B
Bash
5 lines
117 B
Bash
|
# Pokemon Sprite
|
||
|
[ -x "$(command -v pokemon-colorscripts)" ] &&
|
||
|
[ "$POKE" == "true" ] &&
|
||
|
pokemon-colorscripts -r 1-5
|