8 lines
123 B
Bash
8 lines
123 B
Bash
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# name: Suspend
|
||
|
|
# icon: system-suspend
|
||
|
|
# description: Suspend the system
|
||
|
|
# keywords: suspend
|
||
|
|
|
||
|
|
systemctl suspend
|