dotfiles/bin/jq

8 lines
80 B
Plaintext
Raw Normal View History

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