mirror of
https://github.com/bhaiest/holoiso.git
synced 2024-11-16 16:22:33 +01:00
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
exec sudo pkill -f "gamesc*"
|
|
exec loginctl terminate-session $XDG_SESSION_ID
|