#!/bin/sh 
if test "$SCI" = ""; then
  SCI="/home/kraska/Ftp/ftp.inria.fr/scilab-2.2"
fi
export SCI
ARG1=$1
shift
$SCI/bin/Slpr "$ARG1" $*
