#! /bin/sh

PLACE=$PWD
cd /resources/Red/framework/REBOL
r2-view -s rsc.r $1 $2 $3
cd $PLACE
echo 'Any compilation results are in /resources/Red/framework/REBOL/builds'
