5 lines
71 B
Bash
5 lines
71 B
Bash
|
[ "${XDG_VTNR}" -eq 8 ]
|
||
|
then
|
||
|
exec /usr/bin/emulationstation; exit
|
||
|
fi
|