source: ntrip/trunk/ntripserver/StartNtripServerLinux@ 466

Last change on this file since 466 was 466, checked in by stoecker, 17 years ago

updated release stuff

  • Property svn:executable set to *
File size: 176 bytes
Line 
1#!/bin/bash
2# Purpose: Start NtripServerLinux
3
4while true; do ./NtripServerLinux -a www.euref-ip.net -p 80 -m Mountpoint -c password -M 1 -b 19200 -i /dev/gps; sleep 20; done
5
Note: See TracBrowser for help on using the repository browser.