add 'dir' alias for ls

This commit is contained in:
Michel Oosterhof
2015-02-03 06:07:07 +00:00
parent 524f747cf4
commit 3ba2dce1c5

View File

@@ -129,5 +129,6 @@ class command_ls(HoneyPotCommand):
self.honeypot.writeln(l)
commands['/bin/ls'] = command_ls
commands['/bin/dir'] = command_dir
# vim: set sw=4 et: