2 lines
57 B
Plaintext
2 lines
57 B
Plaintext
|
#!/bin/bash
|
||
|
loginctl terminate-session ${XDG_SESSION_ID-}
|