mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
6 lines
70 B
Bash
Executable file
6 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sleep 3
|
|
systemctl stop retroarch
|
|
sleep 1
|
|
shutdown -P now
|