6 行
58 B
Bash
可執行檔
6 行
58 B
Bash
可執行檔
#!/bin/sh
|
|
{
|
|
sleep 1
|
|
xset dpms force off
|
|
} &
|
|
slock
|