« get me outta code hell

acme shenanigans (apparently this is the first acme commit) - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-10-27 11:34:22 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-10-27 12:24:48 -0300
commit889dfe622abea16049e4d0743c865331c13bdab1 (patch)
tree62f867e705e757432499a01ac7e1b4c599bb91b2 /scripts
parent51bf3754cc4805e016ea6f93e00872260e665265 (diff)
acme shenanigans (apparently this is the first acme commit)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/acme/E8
-rwxr-xr-xscripts/acme/acme-shell3
-rw-r--r--scripts/acme_dynamic/readme.txt2
3 files changed, 13 insertions, 0 deletions
diff --git a/scripts/acme/E b/scripts/acme/E
new file mode 100755
index 0000000..7d79f0c
--- /dev/null
+++ b/scripts/acme/E
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+stat=`stat -f "%m" "$1" 2>&1`
+B "$@"
+while sleep 0.2s; do
+    nstat=`stat -f "%m" "$1" 2>&1`
+    if [ "x$stat" != "x$nstat" ]; then exit; fi
+done
diff --git a/scripts/acme/acme-shell b/scripts/acme/acme-shell
new file mode 100755
index 0000000..a61c968
--- /dev/null
+++ b/scripts/acme/acme-shell
@@ -0,0 +1,3 @@
+#!/bin/zsh
+
+ACME=1 zsh "$@"
diff --git a/scripts/acme_dynamic/readme.txt b/scripts/acme_dynamic/readme.txt
new file mode 100644
index 0000000..0c1c9dc
--- /dev/null
+++ b/scripts/acme_dynamic/readme.txt
@@ -0,0 +1,2 @@
+Binary scripts automatically prepared or linked for access within ACME.
+See device/acme_pre for details.
\ No newline at end of file