source:
client/shared/scripts/menuBrowser
@
5d05b06
Last change on this file since 5d05b06 was 5b825b50, checked in by , 8 years ago | |
---|---|
|
|
File size: 242 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | # Scirpt de ejemplo para iniciar el browser del cliente con un menú predefinido |
3 | |
4 | PROG=$(basename "$0") |
5 | if [ $# -ne 1 ]; then |
6 | ogRaiseError $OG_ERR_FORMAT "$MSG_FORMAT: $PROG urlmenu" |
7 | exit $? |
8 | fi |
9 | |
10 | url="$1" |
11 | browser -qws $url |
Note: See TracBrowser
for help on using the repository browser.