From fc0d6755d22109ebe5dcac58e1c004ad1aceb011 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Dec 2015 22:25:12 -0500 Subject: cmd/shell: Use register_cmd() --- (limited to 'lib') 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 -- cgit v0.9.1