15 lines
150 B
Plaintext
Executable File
15 lines
150 B
Plaintext
Executable File
#!/mod/bin/jimsh
|
|
|
|
package require cgi
|
|
source /mod/webif/lib/setup
|
|
require system.class
|
|
|
|
httpheader "text/javascript"
|
|
|
|
puts {
|
|
|
|
var showraw = true;
|
|
|
|
}
|
|
|