mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-03 21:01:22 +02:00
4 lines
52 B
Bash
Executable File
4 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
cd /usr/share/ppsspp
|
|
exec ./PPSSPPQt "$@"
|