Add jq for linux.
jq is a JSON parser. It is used by the release script. Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
parent
8358cb6759
commit
b36abc6f30
7
bin/jq
Executable file
7
bin/jq
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ `uname` == 'Darwin' ]; then
|
||||
jq $@
|
||||
else
|
||||
jq-linux $@
|
||||
fi
|
BIN
bin/jq-linux
Executable file
BIN
bin/jq-linux
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user