9 lines
150 B
Bash
9 lines
150 B
Bash
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# name: Log Out
|
||
|
|
# icon: system-log-out
|
||
|
|
# description: Log out to the login screen
|
||
|
|
# keywords: log out logout
|
||
|
|
|
||
|
|
gnome-session-quit --logout
|