prosody/tools/mod2spec.sh
Kim Alvefur 5851729492 tools: Reflect bash-ness of mod2spec in shebang
Non-portable substitution syntax? Oh well.
2023-08-26 15:10:58 +02:00

4 lines
52 B
Bash
Executable file

#!/bin/bash
set -eu
echo "spec/${1//./_}_spec.lua"