From 889dfe622abea16049e4d0743c865331c13bdab1 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 27 Oct 2025 11:34:22 -0300 Subject: acme shenanigans (apparently this is the first acme commit) --- scripts/acme/E | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/acme/E (limited to 'scripts/acme/E') 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 -- cgit 1.3.0-6-gf8a5