1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 12:05:39 +03:00
fq/doc/display_decode_value_d.svg.sh
Mattias Wadman 42debe5871 dev,doc,make: Cleanup makefile and have proper targets for *.md and *.svg
Update format dev docs to only generate README.md and doc/foramts.md to not
cause formats.svg conflicts.
2022-12-04 12:37:10 +01:00

11 lines
147 B
Bash
Executable File

#!/bin/bash
FQ="$1"
s() {
echo "\$ $1"
sh -c "${1/fq/$FQ -o unicode=true -C}"
}
s "fq 'first(grep_by(.type == \"elst\")) | d' file.mp4"