mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
for i in {0..9}; do
|
||
|
test -S $XDG_RUNTIME_DIR/discord-ipc-$i || ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
||
|
done
|
||
|
|
||
|
Ryujinx "$@"
|