fuzzy-pokedex/jqPokeTest2

9 lines
136 B
Plaintext
Raw Normal View History

2023-04-22 12:03:58 -05:00
#!/bin/bash
block() {
./jqPoke "$1" > "./pokeData/$1"
}
export -f block
pokemon-colorscripts -l | sort | parallel --bar -j 200 block