forked from GitHub/gf-core
6 lines
82 B
Bash
6 lines
82 B
Bash
#!/bin/sh
|
|
|
|
for f in lib/*.tra examples/*.tra; do
|
|
./transferc -ilib $f;
|
|
done
|