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