#!/bin/sh
# Copyright INRIA
if test "$SCI" = ""; then
  SCI="/usr/lib64/scilab-3.1.1"
fi
export SCI
$SCI/bin/Slatexpr2 $*
