i found it repetitive to write a build script everytime i had to compile a project so i made this. just plug in your build command and get a nicely formatted shell script
download the latest release from https://github.com/tabishnaqvi1311/sh-auto/releases/tag/v0.1-beta and add the binary to your path
❯ sh-auto -init "go build -o sh-auto"
Baking script... 🍞
Running build.sh... 🚀
compiling...
Build complete.
✔ Compiled in 2.3 seconds