Files
Tooloop-Packages/image-slideshow/assets/presentation/stop-presentation.sh
T
2018-09-20 15:38:43 +02:00

6 lines
36 B
Bash

#!/bin/bash
pkill chromium
exit 0