mirror of
https://github.com/wader/fq.git
synced 2024-11-24 03:05:22 +03:00
0829c167cc
Basic support, can also do CER and DER but without any extra validation. No schema support. Redo format doc.md usage a bit, now format/<dir>/<format>.md instead. Related to #20
5 lines
187 B
Bash
Executable File
5 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
# what formats has a .md file
|
|
DOC_FORMATS=$(echo $(ls -1 $REPODIR/format/*/*.md | sed "s#$REPODIR/format/.*/\(.*\).md#\1#"))
|
|
./formats_table.jq --arg doc_formats "$DOC_FORMATS"
|