Initial commit

This commit is contained in:
2025-10-16 19:04:56 +09:00
commit ea9eda179c
10 changed files with 493 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# wrapexec
> [!CAUTION]
> This software is not finished
This is a utility for configuring the environment around a command before executing it.
It is meant as a replacement for shells in the cases where you are using the shell to set environment variables, set the umask, redirect input/output, inject file descriptors, and more.