Why do they use Shell?

Sorry for bad English. English isn’t my native languange

  • Alex@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    6 months ago

    You can end up with a lot of boiler plate code and with duplication you run the risk that one unit tweaks the boiler plate in a way that behaves differently. This isn’t insurmountable and a lot of rc scripts source a library of common functions shared between units. However from the point of view of the executor each unit is it’s own whole ball of shell script code.