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