mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
cat $@ | valgrind --error-exitcode=1 -q --leak-check=full ./jq --run-tests
|