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