diff --git a/src/freedombone-mesh b/src/freedombone-mesh index b760d790..ca38bf5a 100755 --- a/src/freedombone-mesh +++ b/src/freedombone-mesh @@ -42,7 +42,6 @@ if [ ! -f /tmp/meshtype ]; then if [ ! "$?" = "0" ]; then exit 2 fi - clear fi avahi-browse -at | awk -F ' ' '{print $4}' > $PEERS_FILE @@ -62,7 +61,16 @@ if [ ${ctr} -lt "2" ]; then exit 0 fi -echo 'Choose a peer to connect to:' +clear +echo '' +echo ".---. . . " +echo "| | | " +echo "|--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-. " +echo "| | (.-' (.-' ( | ( )| | | | )( )| | (.-' " +echo "' ' --' --' -' - -' ' ' -' -' -' ' - --'" +echo ' M E S H N E T W O R K' +echo '' +echo 'Please choose a peer to connect to:' idx=1 while IFS='' read -r line || [[ -n "$line" ]]; do echo " $idx. $line"