mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
3 lines
53 B
Bash
Executable file
3 lines
53 B
Bash
Executable file
#!/bin/sh
|
|
rm reports/*.report
|
|
exec lua test.lua "$@"
|