#!/bin/sh 
# Copyright INRIA
if test "$SCI" = ""; then
  SCI="/usr/lib/scilab-4.1.2"
fi
export SCI
$SCI/bin/Slatexprs $*
