Improve the debug shell a bit.

This commit is contained in:
uriel 2009-01-25 16:42:22 +01:00
parent 0aa02bc15d
commit e6bc2ae37d

View File

@ -1,6 +1,6 @@
% if(! ~ $#debug_shell 0) {
<form method="POST" name="prompt">
<input type="text" name="command" />
<input size="80" type="text" name="command" value="%($"post_arg_command%)" />
<input type="submit" Value="Run" />
</form>
<script language="javascript"><!--