Hacker News new | ask | show | jobs
by hkt 1734 days ago
Did you ever find out what it was for?
1 comments

Yep! The script was essentially:

* Invoke ruby program * Find all in-memory dependencies * Statically link ruby and the discovered dependencies * Compile with an args interface with the Pascal compiler * Spit out exe

This was for windows only if I recall correctly.