• @[email protected]
    link
    fedilink
    261 year ago

    Have you considered embedding python in those bash scripts? I have done this, and it is glorious.

      • @MeanEYE
        link
        71 year ago

        Did you know you can zip entire Python project into single file and make it executable? Quite a neat feature. Shove all dependencies, modules and assets in there and voila. Single file python application.