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