Files
Tooloop-Packages/kiosk-browser/package/assets/presentation/stop-presentation.sh
T

7 lines
55 B
Bash

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