Files
Tooloop-Packages/tooloop-nginx/package/assets/presentation/stop-presentation.sh
T
2022-12-19 10:58:24 +01:00

6 lines
36 B
Bash
Executable File

#!/bin/bash
pkill chrome &
exit 0