Changeset 6808 in ntrip for trunk/BNC/src/bnchelp.html


Ignore:
Timestamp:
Apr 30, 2015, 4:52:17 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnchelp.html

    r6761 r6808  
    15501550#!/bin/bash
    15511551sleep $((60*RANDOM/32767))
    1552 cat | mail -s "NABU: $1" email@address <<!
     1552cat > mail.txt <<EOF
    15531553Advisory Note to BNC User,
    15541554Please note the following advisory received from BNC.
    15551555Stream: $*
    15561556Regards, BNC
    1557 !
     1557EOF
     1558mail -s "NABU: $1" email@address < mail.txt
    15581559</pre>
    15591560</p>
Note: See TracChangeset for help on using the changeset viewer.