Comment on TIL: Some surprising code execution sources in bashparentComments−alganet1yWhat would you do with `configure` scripts?Let's say you need to install some third party software that is pretty standard `./configure && make && make install`, what would you do? Port `configure` to python?−sshine1ysh
Comments
What would you do with `configure` scripts?
Let's say you need to install some third party software that is pretty standard `./configure && make && make install`, what would you do? Port `configure` to python?
sh