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:
Jacob Kiers 2014-05-08 08:36:08 +02:00
parent 8358cb6759
commit b36abc6f30
2 changed files with 7 additions and 0 deletions

7
bin/jq Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
if [ `uname` == 'Darwin' ]; then
jq $@
else
jq-linux $@
fi

BIN
bin/jq-linux Executable file

Binary file not shown.