

echo "start rope"
rm -rf target
mkdir target	
ruby -I../../../lib ../../../walrusmain.rb index.wal --target . $*
echo "end of rope"
