dotfiles/bin/jq

8 lines
80 B
Bash
Executable File

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