diff --git a/gui b/gui index 8abb598..1ca56c7 100755 --- a/gui +++ b/gui @@ -39,6 +39,7 @@ fi HEXGLYPH=${HEXGLYPH^^} # Make string uppercase echo -e "Glyph code: \e[0;94m$HEXGLYPH\e[0m" # not necessary but nice to have - +GC=$(bash ./converter.sh $HEXGLYPH) +echo -e "Galatic Coordinates: \e[0;94m$GC\e[0m" # not necessary but nice to have" exit 0