blash/commands/clear.js

15 lines
179 B
JavaScript
Raw Normal View History

2010-12-24 22:43:25 +01:00
{
"name" : "clear",
"info" : {
"syntax" : "clear",
"brief" : "Clear the terminal screen",
},
"action" : function ( arg )
{
2010-12-31 03:00:35 +01:00
shell.refreshPrompt ( true, true );
2010-12-24 22:43:25 +01:00
},
}