source: client/nfsexport/scripts/menuBrowser @ fa43c91

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since fa43c91 was b0bb14f, checked in by alonso <alonso@…>, 15 years ago

git-svn-id: https://opengnsys.es/svn/trunk@617 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 325 bytes
Line 
1#!/bin/bash
2# Scirpt de ejemplo para iniciar el browser del cliente con un menú predefinido
3# (puede usarse como base para el programa de arranque usado por OpenGNSys Admin).
4
5PROG="$(basename $0)"
6if [ $# -ne 1 ]; then
7    ogRaiseError $OG_ERR_FORMAT "$MSG_FORMAT: $PROG urlmenu"
8    exit $?
9fi
10
11url="$1"
12browser -qws $url
Note: See TracBrowser for help on using the repository browser.