diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 23:41:08 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 23:41:08 +0100 |
commit | d58f59df39ecc93eeb979d2d3da9836b2b5dfb25 (patch) | |
tree | 4a19f0c54a74724b869d020a2f04ad8dc5aa5cdd /bin | |
parent | 57f370771399ca0625849d11816067a7af83a5ac (diff) | |
download | Luxcena-Neo-d58f59df39ecc93eeb979d2d3da9836b2b5dfb25.tar.gz Luxcena-Neo-d58f59df39ecc93eeb979d2d3da9836b2b5dfb25.zip |
:lipstick: Maybe final styling of startmsg?
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/luxcena-neo-cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/luxcena-neo-cli.sh b/bin/luxcena-neo-cli.sh index 2959dc9..b91d9b3 100755 --- a/bin/luxcena-neo-cli.sh +++ b/bin/luxcena-neo-cli.sh @@ -49,7 +49,7 @@ while getopts ":a:" o; do done shift $((OPTIND-1)) -printf "\e[37m> \e[4mLuxcena-\e[31mn\e[32me\e[34mo\e[37m-cli command: \e[90m'$*'.\n\n\e[0m" +printf "\e[4mLuxcena-\e[31mn\e[32me\e[34mo\e[37m-cli. [args: \e[90m'$*'.\n\n\e[0m]" action=$1 if [ "$action" == "update" ]; then |