Edit README.md

This commit is contained in:
Peter Baumann 2025-02-25 11:35:53 +01:00
parent a9f2a85370
commit 9dac42b3b4

View file

@ -8,5 +8,7 @@
This is the crontab for an example tcpdump which starts at 02:00am and stops at 02:05am.
- 0 2 * * * bash /tmp/tcpdump_getdata.sh
- 5 2 * * * bash /tmp/tcpdump_stop.sh
```
0 2 * * * bash /tmp/tcpdump_getdata.sh
5 2 * * * bash /tmp/tcpdump_stop.sh
```