File

tools/mod2spec.sh @ 13386:33e5edbd6a4a

mod_saslauth: Fire event per SASL step This matches the behaviour of the newer mod_sasl2 implementation. It allows plugins to observe (and potentially, with caution, modify) the SASL exchange.
author Matthew Wild <mwild1@gmail.com>
date Tue, 05 Dec 2023 11:39:11 +0000
parent 13255:df96af198222
line wrap: on
line source

#!/bin/bash
set -eu

echo "spec/${1//./_}_spec.lua"