Galatic Coords. out put added

This commit is contained in:
bradley.richins
2020-10-11 11:34:56 -06:00
parent 2bb437dbb9
commit 7ad107f716

3
gui
View File

@@ -39,6 +39,7 @@ fi
HEXGLYPH=${HEXGLYPH^^} # Make string uppercase HEXGLYPH=${HEXGLYPH^^} # Make string uppercase
echo -e "Glyph code: \e[0;94m$HEXGLYPH\e[0m" # not necessary but nice to have 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 exit 0