Mercurial > MadButterfly
view nodejs/run.sh @ 972:8a7e5914a84b
Add addScenes to generate scene definition according to the current framelines.
author | wycc |
---|---|
date | Sat, 20 Nov 2010 11:44:19 +0800 |
parents | 652199a55802 |
children | 613a7caa9bd6 |
line wrap: on
line source
#!/bin/sh ABS=`realpath $0` BASE=`dirname $ABS` NODE_PATH=$BASE:$BASE/objs/default:$NODE_PATH export NODE_PATH DIR=`dirname $1` FNAME=`basename $1` cd $DIR; node $FNAME