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