yourself in the shoes of a young entrepeneur with some money from your grandparents: eager to make them proud, with ambitions of establishing a successful transport company, your challenge now is to build a prospering enterprise. WWW: http://simutrans.sourceforge.net/ PR: ports/130952 Submitted by: Tijl Coosemans <tijl at ulyssis.org>
5 lines
140 B
Bash
5 lines
140 B
Bash
#! /bin/sh
|
|
bindir=`dirname "$0"`
|
|
bindir=`realpath "$bindir"`
|
|
cd "$bindir/../share/simutrans"
|
|
exec "$bindir/simutrans-bin" -use_workdir "$@"
|