From a2acf1e4508771b9b842a95f9e4bf1e1a4083b6b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 1 Apr 2016 21:10:04 +0200 Subject: Completing output of container-shell help command. Signed-off-by: Daniel Baumann --- bin/container-shell | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/container-shell b/bin/container-shell index 37a88df..5a2f03b 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -52,9 +52,10 @@ Shell () "") echo echo "The following ${PROGRAM} commands are available:" + echo cd "/usr/lib/${SOFTWARE}/${PROGRAM}" - ls + echo "$(for COMMAND in * logout; do echo ${COMMAND}; done | sort)" cd "${OLDPWD}" return -- cgit v1.2.3