webconsole3
Last change
on this file since 38788bf was
1236d17,
checked in by jm.bardallo <juanmanuel.bardallo@…>, 7 years ago
|
añadidos nuevamente los ficheros de opengnsys del branch devel, se habían quitado por error
|
-
Property mode set to
100644
|
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.