Switch to PokeAPI #1

Merged
ericlay merged 20 commits from dev into main 2023-04-24 19:05:08 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bf789c93d4 - Show all commits

View File

@ -1,6 +1,6 @@
#!/bin/bash
DATADIR="/usr/share/fuzzy-pokedex-dev"
DATADIR="/usr/share/fuzzy-pokedex-dev/pokeData"
declare -i WC
WC=$(pokemon-colorscripts -l | wc | awk '{print $1}' )