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