forked from hummypkg/webif
7643a92550
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@267 2a923420-c742-0410-a762-8d5b09965624
10 lines
164 B
Plaintext
Executable File
10 lines
164 B
Plaintext
Executable File
#!/mod/bin/jimsh
|
|
|
|
puts "Content-Type: text/html"
|
|
puts ""
|
|
|
|
#puts [exec /etc/init.d/S90settop restart]
|
|
#file delete /tmp/.restartpending
|
|
puts [exec killall humaxtv]
|
|
|