mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-15 12:55:46 +00:00
7 lines
70 B
Bash
Executable File
7 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sleep 3
|
|
systemctl stop retroarch
|
|
sleep 1
|
|
shutdown -P now
|