Changeset 85ca5599d039c3f3617b7fb1fa0c4f2f1e9a3031
- Timestamp:
- 20/05/08 10:23:05
(6 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1211271785 +0200
- git-parent:
[4063d631ecb3558e596fc794dc3158ca8200ef4d]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1211271772 +0200
- Message:
Fix bash syntax in rrd doc.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r30dd970 |
r85ca559 |
|
| 6 | 6 | |
|---|
| 7 | 7 | # Start "listening" the RRD file |
|---|
| 8 | | tail -f rrd |while read in;do;echo $in;rrdtool update vlc.rrd `echo $in`;done |
|---|
| | 8 | tail -f rrd |while read in;do echo $in;rrdtool update vlc.rrd `echo $in`;done |
|---|
| 9 | 9 | |
|---|
| 10 | 10 | # Start vlc |
|---|