add 'reset' as alias for 'clear'

This commit is contained in:
Michel Oosterhof
2015-01-27 10:27:18 +00:00
parent 68c4c572a1
commit c25efa3e4c

View File

@@ -76,6 +76,7 @@ class command_clear(HoneyPotCommand):
def call(self):
self.honeypot.terminal.reset()
commands['/usr/bin/clear'] = command_clear
commands['/usr/bin/reset'] = command_clear
class command_hostname(HoneyPotCommand):
def call(self):