mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
b671cf2388
want to win races. In career mode you start with a regular bike, but when you win races you get experience, and experience let's you improve your bike. If you win championships, you can also unlock hidden features. WWW: http://motogt.sourceforge.net/
5 lines
76 B
Bash
5 lines
76 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
exec %%PREFIX%%/libexec/MotoGT.bin "$@"
|