mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-28 04:51:38 +02:00
7 lines
55 B
Bash
7 lines
55 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
pkill xidlerun &
|
||
|
|
pkill chromium &
|
||
|
|
|
||
|
|
exit 0
|