~kvik/ugh

aa397fe2ffceabe962d70930ed220952c893feb0 — kvik 3 years ago 3a98ba2
Ignore the data/.git repository
1 files changed, 1 insertions(+), 1 deletions(-)

M mkfile
M mkfile => mkfile +1 -1
@@ 1,4 1,4 @@
articles = `{walk -f data/}
articles = `{walk -f data/ | grep -v '^data/\.git/'}
articles = ${articles:data/%=public/%}
md =    `{{for(i in $articles) echo $i}| grep '\.md$'}
txt =   `{{for(i in $articles) echo $i}| grep '\.txt$'}