diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/container-shell | 3 |
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 |