1
1
mirror of https://github.com/wader/fq.git synced 2025-01-04 11:51:18 +03:00
fq/doc/formats_table.sh

5 lines
187 B
Bash
Raw Normal View History

2022-02-05 20:15:18 +03:00
#!/bin/sh
# what formats has a .md file
DOC_FORMATS=$(echo $(ls -1 $REPODIR/format/*/*.md | sed "s#$REPODIR/format/.*/\(.*\).md#\1#"))
2022-02-05 20:15:18 +03:00
./formats_table.jq --arg doc_formats "$DOC_FORMATS"