1
0
Fork 0
mirror of synced 2025-03-14 17:11:02 -04:00
formula-logrotate/logrotate/templates/job.tmpl

7 lines
98 B
Cheetah
Raw Normal View History

2015-01-21 18:00:07 +08:00
# vim: sw=2 sts=2 ts=2 sw et
{{ path }} {
{% for item in data %}
{{ item }}
{%- endfor %}
}