b00032d083
of Syntensity, and consists of a client, server, and master (metadata) server - everything you need to run your own games or even your own virtual world. WWW: http://www.syntensity.com/
5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%% || exit 1
|
|
|
|
exec %%PREFIX%%/libexec/intensity_client "$@"
|