Files
Tooloop-Packages/media-player/package/assets/presentation/stop-presentation.sh
T

9 lines
176 B
Bash
Raw Normal View History

2023-06-30 09:53:39 +02:00
#!/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