Again small cosmetic changes to cli_login

This commit is contained in:
j1nx 2021-02-25 12:16:18 +01:00
parent 81fbba93b9
commit ace870174e
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
echo -e "\e[36m"
echo -e "\e[31m"
echo " ___ __ __ _ ___ ____ "
echo " / _ \ _ __ ___ _ _\ \ / /__ (_) ___ ___ / _ \/ ___| "
echo " | | | | '_ \ / _ \ '_ \ \ / / _ \| |/ __/ _ \ | | \___ \ "
@ -8,8 +8,8 @@ echo " \___/| .__/ \___|_| |_|\_/ \___/|_|\___\___|\___/|____/ "
echo " |_| "
echo
echo -e "\e[0m"
echo " --- Welcome to OPEN VOICE OS --- "
echo " Mycroft Edition v0.1.0 "
echo " --- Welcome to OpenVoiceOS --- "
echo " Mycroft Edition v0.1.0 "
echo
echo "Mycroft Tool COMMANDs:"
echo " mycroft-cli-client Command line client, useful for debugging"