mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 09:40:11 +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 "${@}"
|