summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/cmd/shell.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/cmd/shell.sh b/lib/cmd/shell.sh
index b5b6d69..811ce49 100644
--- a/lib/cmd/shell.sh
+++ b/lib/cmd/shell.sh
@@ -58,3 +58,9 @@ cmd_shell_main()
block_umount "${root}"
fi
}
+
+cmd_shell_register()
+{
+ register_cmd 'shell'
+}
+__init cmd_shell_register