#!/bin/sh

export ROOTSYS=/usr/share/root
export PATH=/usr/share/root/bin:$PATH
/usr/share/root/bin/root "$@"
