new media player, fixing #5

This commit is contained in:
2023-06-30 09:53:39 +02:00
parent 025822bf00
commit 8e41a16dcf
8 changed files with 116 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/bin/bash
# here comes everything, you need to stop the running presentation
# basically kill or stop everything you started in `start-presentation.sh`
killall mpv
exit 0