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

9 lines
186 B
Bash
Raw Normal View History

2018-09-20 15:38:43 +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`
kill $(pidof mplayer)
exit 0