source:
client/shared/lib/httpd/httpd-menu.sh
@
5d05b06
Last change on this file since 5d05b06 was 4ee02ce, checked in by , 13 years ago | |
---|---|
|
|
File size: 253 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | |
4 | #!/bin/bash |
5 | echo "Content-type: text/html" |
6 | echo "" |
7 | |
8 | echo "<html><head><title>OpenGnsys Client</title></head><body>" |
9 | |
10 | $(wget http://172.17.9.205/opengnsys/varios/menubrowser.php -O /tmp/menu.tmp) |
11 | echo "$(cat /tmp/menu.tmp)" |
12 | |
13 | echo "</body> |
14 |
Note: See TracBrowser
for help on using the repository browser.