You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, there are a couple of things I tried to port to POSIX shells but just couldn't, the reasons I can't remember right now. As I say in the README only supported shells are bash, zsh and ash (busybox).
I'm not sure if it will be possible to make it work on dash or any other "bare" POSIX shell. Maybe in the future.
This is indeed a serious problem because I really want this to run on Android, and Android's shell, mksh, is pure trash. I hope I will be able to make it.
Hello, my environment do not have bash but only sh(just like sh in ubuntu), and sh do not support command:
exec 0< <(printf $data)
It will say:Syntax error: redirection unexpected
What should I do? Thanks for your help.
The text was updated successfully, but these errors were encountered: