sh2exe
Packs a shell script and busybox into a single exe file
This small program packs a shell script and Busybox into a single EXE, so the script can run on any Windows machine. It is possible to include another files along with the script, so this can be used to deploy files, for example. This is an initial version, probably has a lot of bugs.
It supports Busybox-Win32 and Cygwin Busybox.
This is NOT a compiler neither encrypter, if you need something like this you can take a look at SHC Shell Compiler.
It is possible also to unpack...