mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -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