update
This commit is contained in:
parent
56029c7cef
commit
b9ea89ca3f
2
run.sh
2
run.sh
|
@ -5,4 +5,4 @@ set -eu
|
|||
SCRIPT_DIR="$(cd -- "$(dirname -- "$0")" && pwd)"
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
${JQ:-jq} ${JQ_ARGS:-} -L "tool" -f tool/main.jq -Cr ${EXPORT_FILE:-export.json} --args -- "$@"
|
||||
${JQ:-jq} ${JQ_ARGS:-} -L "tool" -f tool/main.jq -Cr "${EXPORT_FILE:-export.json}" --args -- "$@"
|
Loading…
Reference in a new issue