Changeset 6808 in ntrip for trunk/BNC/src/bnchelp.html
- Timestamp:
- Apr 30, 2015, 4:52:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r6761 r6808 1550 1550 #!/bin/bash 1551 1551 sleep $((60*RANDOM/32767)) 1552 cat | mail -s "NABU: $1" email@address <<!1552 cat > mail.txt <<EOF 1553 1553 Advisory Note to BNC User, 1554 1554 Please note the following advisory received from BNC. 1555 1555 Stream: $* 1556 1556 Regards, BNC 1557 ! 1557 EOF 1558 mail -s "NABU: $1" email@address < mail.txt 1558 1559 </pre> 1559 1560 </p>
Note:
See TracChangeset
for help on using the changeset viewer.