5 lines
88 B
Bash
Executable File
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
|