diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 23:32:59 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-12-05 23:32:59 +0100 |
commit | e558550db74f80f947e283a7fbddf5d9d549f68e (patch) | |
tree | 261658f4ea2b2fdeda59cf1124404a4a544156e7 /bin | |
parent | ddfa2c672e0a6d8e10720d55a42c3ba453acdd85 (diff) | |
download | Luxcena-Neo-e558550db74f80f947e283a7fbddf5d9d549f68e.tar.gz Luxcena-Neo-e558550db74f80f947e283a7fbddf5d9d549f68e.zip |
:construction: Add first line with current command when starting CLI
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 |