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