#!/bin/sh

# A command line tool to run some RequireJS scripts via Node

MYDIR=`cd \`dirname "$0"\`; pwd`
node $MYDIR/x.js $MYDIR "$@"
