diff options
Diffstat (limited to 'french/eficas/files/eficas.in')
-rw-r--r-- | french/eficas/files/eficas.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/french/eficas/files/eficas.in b/french/eficas/files/eficas.in new file mode 100644 index 000000000000..5ef3ee03e943 --- /dev/null +++ b/french/eficas/files/eficas.in @@ -0,0 +1,11 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# $1 = comm +# $2 = com0 +# $3 = com1 +# $4 = com2 + +cd %%EFICASDIR%%/Aster +exec %%PYTHON_CMD%% eficas_aster.pyo $1 $2 $3 $4 |