https://github.com/termux/termux-exec-package
A execve() wrapper to fix problem with shebangs.
https://github.com/termux/termux-exec-package
Last synced: about 1 year ago
JSON representation
A execve() wrapper to fix problem with shebangs.
- Host: GitHub
- URL: https://github.com/termux/termux-exec-package
- Owner: termux
- License: apache-2.0
- Created: 2017-09-17T12:18:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T09:47:54.000Z (over 1 year ago)
- Last Synced: 2025-03-01T11:31:39.432Z (over 1 year ago)
- Language: C
- Size: 134 KB
- Stars: 202
- Watchers: 16
- Forks: 64
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# termux-exec-package
The [`termux-exec`](https://github.com/termux/termux-exec-package) package provides utils and libraries for Termux exec. It also provides a shared library that is meant to be preloaded with [`$LD_PRELOAD`](https://man7.org/linux/man-pages/man8/ld.so.8.html) for proper functioning of the Termux execution environment.
### Contents
- [Project](#project)
---
## Project
**Check the `termux-exec-package` project info [here](site/pages/en/projects/index.md), including `docs` and `releases` info.**
---