Files
Tooloop-Packages/image-slideshow/package/assets/presentation/stop-presentation.sh
T

6 lines
36 B
Bash
Raw Normal View History

2018-09-20 15:38:43 +02:00
#!/bin/bash
killall chrome
2018-09-20 15:38:43 +02:00
exit 0