#!/bin/sh 
SCI="/u/cergrene/1/scilab-2.1/scilab-2.1.1-linux"
export SCI
ARG1=$1
shift
$SCI/bin/Slpr "$ARG1" $*
