forked from hummypkg/webif
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
|
#!/mod/bin/jimsh
|
||
|
|
||
|
puts "Content-Type: text/html"
|
||
|
puts ""
|
||
|
|
||
|
puts [exec /etc/init.d/S90settop restart]
|
||
|
file delete /tmp/.restartpending
|
||
|
|