Files
gf-core/transfer/compile_all.sh
T

6 lines
82 B
Bash

#!/bin/sh
for f in lib/*.tra examples/*.tra; do
./transferc -ilib $f;
done