🐚 shell2bin
A (very) simple program to package shell scripts (sh, bat, …) as executables
✏️ Usage
shell2bin <path to shell script>
📦 Requirements
- g++ (install using MinGW on Windows)
💠 Installation
- Download a shell2bin executable or build one from source
- Add it to PATH
- Done
🛠️ Building from source
To build this project from source you can either run /build.sh
(uses g++) or simply compile /src/main.cpp
using any compiler like g++.
🐛 Known Issues
- Quotes (“) currently don’t work unless escaped