termux-exec
termux-exec copied to clipboard
A execve() wrapper to fix problem with shebangs.
There are a few languages that use only C/C++-style comments but doesn't fully support using shebangs such as Go. Instead they use the first commented line as the interpreter directive....
Hi! I'm installing rclone on my Nvidia Shield TV with this Magisk Module: https://github.com/Magisk-Modules-Repo/com.piyushgarg.rclone Finally I could execute it (despite it's a 32bits arch) and I thought that I won...
Added gcc and clang build support for Ubuntu (tested with 17.04). Added gcc/c4droid build support (tested with Marshmallow). Added clang/termux build support (tested with marshmallow). Added command line rewrite driver...
This is change to work around the Android 10 `R^W` violation (execution of binary files are not allowed). See the [README](https://github.com/fornwall/termux-exec/blob/master/README.md) for more information. # Helping with testing Help to...
## What it's all about Right now, `termux-exec` only wraps `execve`. `env` however, uses `execvp` to execute external programs. https://github.com/coreutils/coreutils/blob/a94a551ee031e0ff07d707f867cb08a8be83e78c/src/env.c#L921 The man for `exec(3)` does say that: > The exec()...