aboutsummaryrefslogtreecommitdiff
path: root/docs/info.txt
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2026-07-19 00:55:06 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2026-07-19 00:55:06 -0400
commit31576c7379e1326c8cb17802db08641f2ae71570 (patch)
treee94350fbb4b3f55f629a44586ed505a2ceda9205 /docs/info.txt
parentac7457804a54b772a7d30d4cd8a5ca5863de9601 (diff)
things
Diffstat (limited to 'docs/info.txt')
-rw-r--r--docs/info.txt22
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)