source:
client/shared/lib/httpd/httpd-menu.sh
@
1d1e06d
Last change on this file since 1d1e06d was 4ee02ce, checked in by , 13 years ago | |
---|---|
|
|
File size: 253 bytes |
Rev | Line | |
---|---|---|
[3f73876] | 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.