2025-09-05 14:09:06 +02:00

5 lines
88 B
Bash
Executable File

#!/bin/bash
echo "Webhook server listening on port 5080"
php -S 0.0.0.0:5080 index.php