slackbuilds_ponce/games/epsxe/epsxe.sh
Matt Dinslage b67b1b683f
games/epsxe: Added (PSX Emulator)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-02 18:19:19 +07:00

4 lines
132 B
Bash

#!/usr/bin/env bash
LD_LIBRARY_PATH+=:/usr/share/games/epsxe LD_PRELOAD=/usr/lib64/libcurl.so.4 /usr/share/games/epsxe/epsxe "$@"