source: client/shared/scripts/menuBrowser @ b3dfeb6

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 b3dfeb6 was 5b825b50, checked in by ramon <ramongomez@…>, 8 years ago

#730: Sustitución del nombre del proyecto en los scripts del cliente.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5388 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 242 bytes
RevLine 
[513af22]1#!/bin/bash
[be85bb2]2# Scirpt de ejemplo para iniciar el browser del cliente con un menú predefinido
3
[5b825b50]4PROG=$(basename "$0")
[b0bb14f]5if [ $# -ne 1 ]; then
6    ogRaiseError $OG_ERR_FORMAT "$MSG_FORMAT: $PROG urlmenu"
[be85bb2]7    exit $?
8fi
[513af22]9
[b0bb14f]10url="$1"
[513af22]11browser -qws $url
Note: See TracBrowser for help on using the repository browser.