Files
Tooloop-Packages/hello-world/package/assets/presentation/stop-presentation.sh
T
2022-05-12 18:14:25 +02:00

9 lines
184 B
Bash

#!/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 xeyes)
exit 0