mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Transfer: Added compile_all.sh.
This commit is contained in:
5
transfer/compile_all.sh
Normal file
5
transfer/compile_all.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for f in lib/*.tra examples/*.tra; do
|
||||
./transferc -ilib $f;
|
||||
done
|
||||
Reference in New Issue
Block a user