4 lines
51 B
Bash
4 lines
51 B
Bash
|
#!/bin/sh
|
||
|
cd /usr/share/ppsspp
|
||
|
exec ./PPSSPPSDL $@
|