forked from hummypkg/webif
2ab6f7caa2
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1398 2a923420-c742-0410-a762-8d5b09965624
13 lines
195 B
Plaintext
Executable File
13 lines
195 B
Plaintext
Executable File
#!/mod/bin/jimsh
|
|
|
|
package require cgi
|
|
source /mod/webif/lib/setup
|
|
|
|
httpheader
|
|
|
|
set service [cgi_get service]
|
|
set action [cgi_get action]
|
|
|
|
catch { puts [exec /mod/bin/service $action $service] }
|
|
|