mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35:39 +00:00
5 lines
263 B
Bash
5 lines
263 B
Bash
#!/bin/bash
|
|
|
|
yousure=kdialog --title "RetroDECK" --warningyesno "Doing some changes in the RetroArch configuration may create serious issues, please continue only if you know what you're doing. Are you sure do you want to continue?"
|
|
if $yousure then
|
|
retroarch |