HLML icon indicating copy to clipboard operation
HLML copied to clipboard

better alternative to writing and batch and bash scripts

Open dangmoody opened this issue 3 years ago • 2 comments

Every time I need a script I have to write it twice: Once for Batch, and again for Bash. This is annoying and not that easy to maintain. I need a better solution.

I was looking at ODIN recently, could be good?

dangmoody avatar Feb 10 '22 19:02 dangmoody

Looks like all of your scripts are build scripts, or build script-adjacent - why not use make?

Yann4 avatar Feb 11 '22 07:02 Yann4

Great idea @Yann4

@Flave229 has agreed to look at this along with his dedicated VS solution work.

dangmoody avatar Sep 15 '22 18:09 dangmoody

This is now all working.

We still use a batch file for running the MSVC side of things, but given that's Windows only I'm totally happy with that.

dangmoody avatar Apr 08 '23 09:04 dangmoody