summaryrefslogtreecommitdiffstats
path: root/release/pack_all
diff options
context:
space:
mode:
Diffstat (limited to 'release/pack_all')
-rwxr-xr-xrelease/pack_all1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/pack_all b/release/pack_all
new file mode 100755
index 0000000..f03f4d2
--- /dev/null
+++ b/release/pack_all
@@ -0,0 +1 @@
+for i in `cat modules`; do ./pack $i; done