#!/bin/sh

# A command line tool to run some scripts used in the RequireJS project, in
# debug mode.

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