tools/mod2spec.sh
author Kim Alvefur <zash@zash.se>
Sat, 26 Aug 2023 15:10:58 +0200
changeset 13259 df96af198222
parent 13204 150e3bbec1bd
permissions -rwxr-xr-x
tools: Reflect bash-ness of mod2spec in shebang Non-portable substitution syntax? Oh well.

#!/bin/bash
set -eu

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