Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to work in sh? #16

Open
houjingyi233 opened this issue Sep 22, 2023 · 1 comment
Open

how to work in sh? #16

houjingyi233 opened this issue Sep 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@houjingyi233
Copy link

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.

@arget13 arget13 added the enhancement New feature or request label Oct 20, 2023
@arget13
Copy link
Owner

arget13 commented Oct 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants