mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
3 lines
58 B
Bash
Executable file
3 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
cd /usr/share/ppsspp
|
|
exec ./PPSSPPHeadless "$@"
|