diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/luxcena-neo-cli.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/luxcena-neo-cli.sh b/bin/luxcena-neo-cli.sh index 65f2d6d..f2b0e9d 100755 --- a/bin/luxcena-neo-cli.sh +++ b/bin/luxcena-neo-cli.sh @@ -49,6 +49,9 @@ while getopts ":a:" o; do done shift $((OPTIND-1)) +printf "\n" +printf "\e[37mLuxcena-neo-cli command: \e[90m'$*'.\n\n\e[0m" + action=$1 if [ "$action" == "update" ]; then |