summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/container-shell3
1 files changed, 2 insertions, 1 deletions
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