mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
e062b98088
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
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 "${@}"
|