Mercurial > MadButterfly
view nodejs/run.sh @ 982:1bda9f9e00ea
Set the inkscape:groupmode attribute so that the inkscape will put the scene groups in the layer manager and protect it from detection.
author | wycc |
---|---|
date | Sun, 21 Nov 2010 08:43:02 +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