Imports a static
jq
binary to your $PATH
.
#!/usr/bin/env import
import "[email protected]"
which jq
jq -V
echo '{"foo":"bar"}' | jq -r '.foo'
Imports a static
jq
binary to your $PATH
.
#!/usr/bin/env import
import "[email protected]"
which jq
jq -V
echo '{"foo":"bar"}' | jq -r '.foo'