YesMac@programming.dev to Programmer Humor@programming.dev – 774 points – 1 years ago79Post a CommentPreviewYou are viewing a single commentView all commentsShow the parent commentHave you considered embedding python in those bash scripts? I have done this, and it is glorious.I wrote my webserver in pure bash. bash -c "python -m http.server 8080"2 more...2 more...
Have you considered embedding python in those bash scripts? I have done this, and it is glorious.I wrote my webserver in pure bash. bash -c "python -m http.server 8080"2 more...2 more...
Have you considered embedding python in those bash scripts? I have done this, and it is glorious.
I wrote my webserver in pure bash.
bash -c "python -m http.server 8080"