Add cronjob line
This commit is contained in:
@ -9,6 +9,12 @@ Add the quests you want to track in `ql`. One quest per line.
|
|||||||
You can give it a different name by prepending it with `<name>|`. This is mostly useful for Pet Tamer/Legendary Pet names.
|
You can give it a different name by prepending it with `<name>|`. This is mostly useful for Pet Tamer/Legendary Pet names.
|
||||||
You can also append it with `|<string>` to pass through any reminder to the notification message.
|
You can also append it with `|<string>` to pass through any reminder to the notification message.
|
||||||
|
|
||||||
|
Cronjob to execute every 6 hours, 10 minutes past the hour:
|
||||||
|
|
||||||
|
```
|
||||||
|
10 */6 * * * cd /root/wqb && /usr/bin/python wqb.py
|
||||||
|
```
|
||||||
|
|
||||||
# Master Tamer/Pet lists
|
# Master Tamer/Pet lists
|
||||||
|
|
||||||
These lists are useful for the "beat <number> Tamers/Pets with all <type> pets" achievements. (eg Aquatic Acquiescence)
|
These lists are useful for the "beat <number> Tamers/Pets with all <type> pets" achievements. (eg Aquatic Acquiescence)
|
||||||
@ -80,4 +86,4 @@ Kusa|Desert Survivors
|
|||||||
Talia Sparkbrow|Add More to the Collection
|
Talia Sparkbrow|Add More to the Collection
|
||||||
```
|
```
|
||||||
|
|
||||||
## SL Master Tamers
|
## SL Master Tamers
|
||||||
|
Reference in New Issue
Block a user