8 lines
162 B
Bash
8 lines
162 B
Bash
#!/bin/sh
|
|
#
|
|
# name: Power off
|
|
# icon: system-shutdown
|
|
# description: Shut down the system
|
|
# keywords: power off shutdown poweroff
|
|
|
|
gnome-session-quit --power-off
|