mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
5 lines
77 B
Bash
Executable file
5 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
|
|
source "$(dirname $0)/env-vars.sh"
|
|
|
|
exec retroarch-phoenix "${@}"
|