File

tools/mod2spec.sh @ 13345:a74251a790ed

mod_blocklist: Remove weak cache (and increase default LRU cache size) Weak tables are said to have suboptimal performance, so we might as well get replace it with an increased default LRU cache size. Sorry about the 'and'
author Kim Alvefur <zash@zash.se>
date Sun, 26 Nov 2023 17:41:38 +0100
parent 13255:df96af198222
line wrap: on
line source

#!/bin/bash
set -eu

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