mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-03 12:20:15 +00:00
9 lines
90 B
Plaintext
9 lines
90 B
Plaintext
|
REM Power off Linux from terminal
|
||
|
|
||
|
DELAY 500
|
||
|
CTRL-ALT T
|
||
|
DELAY 1000
|
||
|
STRING poweroff
|
||
|
ENTER
|
||
|
|