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

7 lines
55 B
Bash

#!/bin/bash
pkill xidlerun &
pkill chromium &
exit 0