#!/usr/bin/env sh
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd "../leafo/scssphp/bin"
BIN_TARGET="`pwd`/pscss"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"
