This commit is contained in:
Luke Murphy 2021-01-23 18:07:55 +01:00
commit 7af01db6c8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 10 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# varia-broadcast-call
Streaming etherpump via [palanggana](https://git.vvvvvvaria.org/crunk/palanggana).

7
call.sh Executable file
View File

@ -0,0 +1,7 @@
while true; do
toilet -f future --gay -W --filter border:gay "live: etherpump stream"
echo ""
python palanggana.py --magic broadcats | lolcat -a
sleep 15
clear
done