ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

support of pipe #94

Closed iker0 closed 2 years ago

iker0 commented 2 years ago

Does LibTerm support pipe( | )? I'm trying to do pass some string to netcat. This line works on computer but not on LibTerm on iphone: echo hello | nc An_ipv4_addr A_port_number