Add "file not found" for rm

New commands: set, unset, history, export


git-svn-id: https://kippo.googlecode.com/svn/trunk@5 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster
2009-11-11 05:47:34 +00:00
parent 393a33ff02
commit e90538042f
3 changed files with 211078 additions and 146125 deletions

View File

@@ -16,6 +16,10 @@ cmdl = {
'/bin/mount': base.command_mount,
'/bin/pwd': base.command_pwd,
'/bin/uname': base.command_uname,
'set': base.command_nop,
'unset': base.command_nop,
'history': base.command_nop,
'export': base.command_nop,
'/bin/ls': ls.command_ls,
'/usr/bin/wget': wget.command_wget,
'/bin/tar': tar.command_tar,