add mkdir and replace functions
[org.ibex.xt-crawshaw.git] / src / java / org / ibex / xt / shell / Shell.java
index da77e94..ceef6bf 100644 (file)
@@ -122,6 +122,8 @@ public class Shell {
             new Command.Pwd(this),
             new Command.Cd(this),
             new Command.Rm(this),
+            new Command.Replace(this),
+            new Command.Mkdir(this),
             new Command.Help(this)
         };
     }