build fatpacked world on the fly
[scpubgit/Tak.git] / maint / mk-fat
diff --git a/maint/mk-fat b/maint/mk-fat
new file mode 100755 (executable)
index 0000000..45db08f
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ -e fatlib ]; then rm -r fatlib; fi
+fatpack tree $(fatpack packlists-for strictures.pm Moo.pm JSON/PP.pm)
+fatpack file
+rm -r fatlib
+echo "use Tak::World; Tak::World->new_from_stdio->run;"