#!/bin/sh
#
# $FreeBSD: ports/french/eficas/files/eficas,v 1.1 2003/07/23 12:18:27 oliver Exp $
#
# $1 = comm
# $2 = com0
# $3 = com1
# $4 = com2

cd %%EFICASDIR%%/Aster
exec %%PYTHON_CMD%% eficas_aster.pyo $1 $2 $3 $4
