#!/bin/bash
SCRIPT=$1
shift
voxren --personality planeview --batch "$SCRIPT" "$@"
