9 lines
149 B
Markdown
9 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
|