#!/usr/bin/env sh
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "../seld/jsonlint/bin"
BIN_TARGET="`pwd`/jsonlint"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"
