mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
4 lines
46 B
Bash
4 lines
46 B
Bash
|
#!/bin/bash
|
||
|
touch "on-connect-success"
|
||
|
exit 0
|