diff options
Diffstat (limited to 'docs/info.txt')
| -rw-r--r-- | docs/info.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/info.txt b/docs/info.txt new file mode 100644 index 0000000..1a75a38 --- /dev/null +++ b/docs/info.txt @@ -0,0 +1,22 @@ + +# bash + setting BASH_ENV sources it before + +execve("/bin/bash", { "/bin/bash", "build.sh", NULL }, { env..., "BASH_ENV=file", NULL}); + + +build() { +} +package() { +} + +default: /tmp + +--noclean: +check for $snagcache/$packagename/ +if not exist full clean build +if exist then just run build and install + + +open log file - fd 3 +splice(child stdout, fd 3) |
