aboutsummaryrefslogtreecommitdiff
path: root/bin/luxcena-neo-cli.sh
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2018-12-05 23:32:59 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2018-12-05 23:32:59 +0100
commite558550db74f80f947e283a7fbddf5d9d549f68e (patch)
tree261658f4ea2b2fdeda59cf1124404a4a544156e7 /bin/luxcena-neo-cli.sh
parentddfa2c672e0a6d8e10720d55a42c3ba453acdd85 (diff)
downloadLuxcena-Neo-e558550db74f80f947e283a7fbddf5d9d549f68e.tar.gz
Luxcena-Neo-e558550db74f80f947e283a7fbddf5d9d549f68e.zip
:construction: Add first line with current command when starting CLI
Diffstat (limited to 'bin/luxcena-neo-cli.sh')
-rwxr-xr-xbin/luxcena-neo-cli.sh3
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