mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
5 lines
118 B
Bash
5 lines
118 B
Bash
![]() |
#!/bin/sh
|
||
|
# this next line is ignored by jq, which otherwise does not continue comments \
|
||
|
exec jq -nef "$0" "$@"
|
||
|
true
|