readd /sdcard to mount menu
diff --git a/extendedcommands.c b/extendedcommands.c
index 52f62fb..23c15ef 100644
--- a/extendedcommands.c
+++ b/extendedcommands.c
@@ -385,7 +385,8 @@
     string mounts[3][3] = { 
         { "mount /system", "unmount /system", "SYSTEM:" },
         { "mount /data", "unmount /data", "DATA:" },
-        { "mount /cache", "unmount /cache", "CACHE:" }
+        { "mount /cache", "unmount /cache", "CACHE:" },
+        { "mount /sdcard", "unmount /sdcard", "SDCARD:" }
         };
         
     for (;;)