index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transfer
/
compile_all.sh
blob: d229d4decc4e21e0d27b9058be386071ad44c6e4 (
plain
)
1
2
3
4
5
#!/bin/sh for f in lib/*.tra examples/*.tra; do ./transferc -ilib $f; done