Index: trunk/Ohana/src/opihi/cmd.basic/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 10846)
+++ trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 11084)
@@ -20,4 +20,5 @@
 int macro      	    PROTO((int, char **));
 int memory          PROTO((int, char **));
+int module    	    PROTO((int, char **));
 int output     	    PROTO((int, char **));
 int pwd        	    PROTO((int, char **));
@@ -59,4 +60,5 @@
   {"macro",   	    macro,              "deal with the macros *"}, 
   {"memory",        memory,             "long listing of the allocated memory"},
+  {"module",        module,             "load script file from the modules directories"},
   {"output",  	    output,             "redirect output to file"},
   {"pwd",     	    pwd,                "print current working directory"},
