missed one
This commit is contained in:
parent
3b85faafb6
commit
bf789c93d4
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DATADIR="/usr/share/fuzzy-pokedex-dev"
|
DATADIR="/usr/share/fuzzy-pokedex-dev/pokeData"
|
||||||
|
|
||||||
declare -i WC
|
declare -i WC
|
||||||
WC=$(pokemon-colorscripts -l | wc | awk '{print $1}' )
|
WC=$(pokemon-colorscripts -l | wc | awk '{print $1}' )
|
||||||
|
|
Loading…
Reference in New Issue