Hacker News new | ask | show | jobs
by basdp 3083 days ago
This is just a very simple frontend to this library: https://github.com/holzschu/ios_system

That library is just a simple implementation of some basic commands. It does not do any executable execution, it does not use the real system utilities. Nor does it has anything to do with Bash, or shell scripts. It’s just basically one big ‘switch’ for all commands, which are implemented in the app itself.

1 comments

So, kinda like BusyBox?
Except busybox allows execution of external binaries. And BB is much (MUCH) more complete. Let that sink in.