oguz-ismail 2 days ago

Because I don't want to implement a shell???

1
panzi 2 days ago

If you want to run a shell script, run a shell script. I.e. a text file with the executable bit set and a shebang. If you want to generate a shell script on the fly to then run it, take a step back and think about what you're doing.

oguz-ismail 18 hours ago

Or I can just use system() because it's there and not going anywhere