mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source "$(dirname $0)/env-vars.sh"
|
|
|
|
exec retroarch-phoenix "${@}"
|
|
|