6 lines
45 B
Text
6 lines
45 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
echo "Zzzz..."
|
||
|
|
systemctl suspend
|
||
|
|
|