Files
ncpfs/lib/com_err/compile_et
ncpfs archive import 0979ae6a41 Import ncpfs 2.2.0
2026-04-28 20:39:59 +02:00

12 lines
209 B
Bash
Executable File

#!/bin/sh
#
#
AWK=/usr/bin/awk
DIR=../lib/com_err
ROOT=`echo $1 | sed -e s/.et$//`
BASE=`basename $ROOT`
$AWK -f ${DIR}/et_h.awk outfile=${BASE}.h $ROOT.et
$AWK -f ${DIR}/et_c.awk outfile=${BASE}.c $ROOT.et