source: client/shared/lib/httpd/httpd-menu.sh @ c3c7cb3

opengnsys-1.0.2
Last change on this file since c3c7cb3 was c3c7cb3, checked in by ramon <ramongomez@…>, 13 years ago

Congelar versión 1.0.2 en tags/opengnsys-1.0.2 (modifica #446).

git-svn-id: https://opengnsys.es/svn/tags/opengnsys-1.0.2@2405 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 253 bytes
Line 
1#!/bin/bash
2
3
4#!/bin/bash
5echo "Content-type: text/html"
6echo ""
7
8echo "<html><head><title>OpenGnsys Client</title></head><body>"
9
10$(wget http://172.17.9.205/opengnsys/varios/menubrowser.php -O /tmp/menu.tmp)
11echo "$(cat /tmp/menu.tmp)"
12
13echo "</body>
14
Note: See TracBrowser for help on using the repository browser.