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
|