diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 23:42:01 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 23:42:01 +0100 |
commit | ff3ba1d6cc29402bd0938baa52e0cdf854a9a745 (patch) | |
tree | 3eaf9d1c2c01cf8edf2762710cdebfc6d00669d0 /bin/luxcena-neo-cli.sh | |
parent | d58f59df39ecc93eeb979d2d3da9836b2b5dfb25 (diff) | |
download | Luxcena-Neo-ff3ba1d6cc29402bd0938baa52e0cdf854a9a745.tar.gz Luxcena-Neo-ff3ba1d6cc29402bd0938baa52e0cdf854a9a745.zip |
:prettify: Now we might be getting somewhere with the styling
Diffstat (limited to 'bin/luxcena-neo-cli.sh')
-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 b91d9b3..59cf5b5 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[4mLuxcena-\e[31mn\e[32me\e[34mo\e[37m-cli. [args: \e[90m'$*'.\n\n\e[0m]" +printf "\e[37mLuxcena-\e[31mn\e[32me\e[34mo\e[37m-cli. [args: \e[90m'$*']\n\n\e[0m" action=$1 if [ "$action" == "update" ]; then |