Improve the debug shell a bit.
This commit is contained in:
parent
c17e89246e
commit
f795f9e1d3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
% if(! ~ $#debug_shell 0) {
|
% if(! ~ $#debug_shell 0) {
|
||||||
<form method="POST" name="prompt">
|
<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" />
|
<input type="submit" Value="Run" />
|
||||||
</form>
|
</form>
|
||||||
<script language="javascript"><!--
|
<script language="javascript"><!--
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue