mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
14 lines
100 B
Bash
Executable File
14 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo ""
|
|
|
|
. qb/config.params.sh
|
|
|
|
parse_input "$@"
|
|
|
|
. qb/qb.comp.sh
|
|
. qb/config.libs.sh
|
|
|
|
|
|
|