dotfiles/bin/jq

8 lines
99 B
Bash
Executable File

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