#!/bin/sh 
# Copyright INRIA
if test "$SCI" = ""; then
  SCI="<scilab_path>-SE-BUILD_4-16044"
fi
export SCI
$SCI/bin/SEpsf $*
