Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Allow creating custom directives in FILE_CONFIG #8

Open
joseluis opened this issue Nov 21, 2016 · 0 comments
Open

Allow creating custom directives in FILE_CONFIG #8

joseluis opened this issue Nov 21, 2016 · 0 comments

Comments

@joseluis
Copy link
Member

joseluis commented Nov 21, 2016

A syntax needs to be defined. E.g.:

directive : mydirective : <code>

directive : li_subdir : for F in $( \
        find ../[0-9]* -maxdepth 0 -type d \
        | sed 's/^\.\.\///'); do \
    echo "<li><a href=\"$F\">$F</a></li>"; \
    done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant