mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 14:30:21 +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
|
|
|