4 lines
91 B
Bash
4 lines
91 B
Bash
#!/bin/bash
|
|
HERE="$(dirname "$(readlink -f "$0")")"
|
|
exec "$HERE/usr/bin/PS2_Manager" "$@"
|
|
|