diff options
| 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 | 
| commit | 889dfe622abea16049e4d0743c865331c13bdab1 (patch) | |
| tree | 62f867e705e757432499a01ac7e1b4c599bb91b2 /scripts/acme/E | |
| parent | 51bf3754cc4805e016ea6f93e00872260e665265 (diff) | |
acme shenanigans (apparently this is the first acme commit)
Diffstat (limited to 'scripts/acme/E')
| -rwxr-xr-x | scripts/acme/E | 8 | 
1 files changed, 8 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 | 
