mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-28 13:01:38 +02:00
initial commit
This commit is contained in:
@@ -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`
|
||||
|
||||
kill $(pidof mplayer)
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user