aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/tests/data/zzz-compile-all.sh
blob: 8a0d92b3e62387b217d757c56a4853e66e7417dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

dir=`pwd -P`
progdir="$dir/../../src/programs"

for f in *.tfst ; do
  b=`basename $f .tfst`
  echo "$f -> $b.gfst"
  ${progdir}/gfsmcompile "$f" -F "$b.gfst"
done