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/acme-shell | |
| parent | 51bf3754cc4805e016ea6f93e00872260e665265 (diff) | |
acme shenanigans (apparently this is the first acme commit)
Diffstat (limited to 'scripts/acme/acme-shell')
| -rwxr-xr-x | scripts/acme/acme-shell | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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 "$@" | 
