mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +00:00
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source "$(dirname $0)/env-vars.sh"
|
|
|
|
exec retroarch-phoenix "${@}"
|