8 lines
149 B
Markdown
8 lines
149 B
Markdown
shell script that loops a launcher
|
|
basically
|
|
|
|
while true; do
|
|
fuzzel with retroarch steam quit
|
|
if quit; then exit; fi
|
|
else run command (waiting)
|
|
done
|