From 7ad107f716cdac01b20498612d52faaaa12486cb Mon Sep 17 00:00:00 2001 From: "bradley.richins" Date: Sun, 11 Oct 2020 11:34:56 -0600 Subject: [PATCH] Galatic Coords. out put added --- gui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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