DDexec
DDexec copied to clipboard
how to work in sh?
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.
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.