Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/bin/client1.in @ 2709

Last change on this file since 2709 was 2709, checked in by rgrieder, 15 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
Line 
1#!/bin/sh
2# convenience script for starting orxonox on Linux
3
4cd @CURRENT_RUNTIME_DIR@ && exec ./@ORXONOX_EXECUTABLE_NAME@ --state client --directory client1 $@
Note: See TracBrowser for help on using the repository browser.