diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 23:37:47 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 23:37:47 +0100 |
commit | 3ffabe1ba35565df433536a2ba370b0e4967e940 (patch) | |
tree | d34f32f50caf1580a98454f3c8e784e921adc5c2 /bin/luxcena-neo-cli.sh | |
parent | e558550db74f80f947e283a7fbddf5d9d549f68e (diff) | |
download | Luxcena-Neo-3ffabe1ba35565df433536a2ba370b0e4967e940.tar.gz Luxcena-Neo-3ffabe1ba35565df433536a2ba370b0e4967e940.zip |
:lipstick: Prettify welcome message
Diffstat (limited to 'bin/luxcena-neo-cli.sh')
-rwxr-xr-x | bin/luxcena-neo-cli.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/luxcena-neo-cli.sh b/bin/luxcena-neo-cli.sh index f2b0e9d..4ecfc0f 100755 --- a/bin/luxcena-neo-cli.sh +++ b/bin/luxcena-neo-cli.sh @@ -49,8 +49,7 @@ while getopts ":a:" o; do done shift $((OPTIND-1)) -printf "\n" -printf "\e[37mLuxcena-neo-cli command: \e[90m'$*'.\n\n\e[0m" +printf "\e[37m> \e[4mLuxcena-\e[31mn\e[34me\e[34mo\e[37-cli command: \e[90m'$*'.\n\n\e[0m" action=$1 if [ "$action" == "update" ]; then |