Last change
on this file since 2732 was
2709,
checked in by rgrieder, 16 years ago
|
Added run scripts for client1, client2 and server.
They will be copied to the same locations as the original run scripts.
Furthermore specifying "—directory foobar" to the command line will put the config and log files in the subfolder foobar.
—> server goes to config/server, etc.
That should avoid conflicts when using the same logfile from multiple executables.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
File size:
161 bytes
|
Rev | Line | |
---|
[2509] | 1 | #!/bin/sh |
---|
[2590] | 2 | # convenience script for starting orxonox on Linux |
---|
[2509] | 3 | |
---|
[2709] | 4 | cd @CURRENT_RUNTIME_DIR@ && exec ./@ORXONOX_EXECUTABLE_NAME@ --state client --directory client2 $@ |
---|
Note: See
TracBrowser
for help on using the repository browser.