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