Files
Tooloop-Packages/kiosk-browser/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
2022-05-06 11:36:28 +02:00
pkill chrome &
2018-09-20 15:38:43 +02:00
exit 0