mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
6 lines
36 B
Bash
Executable File
6 lines
36 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pkill chrome &
|
|
|
|
exit 0
|