mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 02:41:17 +02:00
4 lines
58 B
Bash
Executable File
4 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
cd /usr/share/ppsspp
|
|
exec ./PPSSPPHeadless "$@"
|