yrahul3910 / pysh

Embed bash in your Python
MIT License
0 stars 0 forks source link

Backslashes do not transpile correctly #15

Closed yrahul3910 closed 11 months ago

yrahul3910 commented 11 months ago

When using backslashes in commands, they do not transpile correctly. In particular, they seem to be parsed by C++ so that \\ becomes \. Moreover using \\\\ also transpiles to the same thing. That part should be re-written.