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

7 lines
53 B
Bash

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