mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
4 lines
52 B
Bash
Executable file
4 lines
52 B
Bash
Executable file
#!/bin/bash
|
|
set -eu
|
|
|
|
echo "spec/${1//./_}_spec.lua"
|