Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/bin/dedicated.in @ 2729

Last change on this file since 2729 was 2729, checked in by rgrieder, 15 years ago
  • Added run script for the dedicated server
  • Removed directory changes and used full path instead (build tree only uses absolute paths anyway)
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 166 bytes
Line 
1#!/bin/sh
2# convenience script for starting orxonox on Linux
3
4cd @CURRENT_RUNTIME_DIR@ && exec ./@ORXONOX_EXECUTABLE_NAME@ --state dedicated --directory dedicated $@
Note: See TracBrowser for help on using the repository browser.