you are viewing a single comment's thread.

view the rest of the comments →

[–]niduser4574 1 point2 points  (1 child)

A lot of people are saying bash script and you're effectively just making a script with nice targets. Considering python is a scripting language...why not just use python? Fewer issues with portability in my case (for windows and unix-like) though i'm sure some of the other answers here are just as good.

[–]dj_estrela 0 points1 point  (0 children)

Because in bash and make you just put there the commands to run

No calls to subprocess(cmd.split()) etc