Better aesthetics

This commit is contained in:
Skylar Grant 2024-09-25 17:45:24 -04:00
parent 470a81a809
commit 626aab90f4

View File

@ -28,6 +28,7 @@ read -p "Enter your choice: " choice
# Switch case on input
case $choice in
1)
clear
echo "Selecting NodBot..."
echo "##########################################"
echo "# 1. Start NodBot #"
@ -58,6 +59,7 @@ case $choice in
esac
;;
2)
clear
echo "Selecting NodBot PE..."
echo "##########################################"
echo "# 1. Start NodBot PE #"
@ -88,6 +90,7 @@ case $choice in
esac
;;
3)
clear
echo "Selecting Silvanus..."
echo "##########################################"
echo "# 1. Start Silvanus #"
@ -118,6 +121,7 @@ case $choice in
esac
;;
4)
clear
echo "Selecting Silvanus FE..."
echo "##########################################"
echo "# 1. Start Silvanus FE #"