Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/bin/run.in @ 2684

Last change on this file since 2684 was 2684, checked in by rgrieder, 15 years ago

Added convenience run script again on request, but to the build directory this time.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 126 bytes
Line 
1#!/bin/sh
2# convenience script for starting orxonox on Linux
3
4cd @CURRENT_RUNTIME_DIR@ && exec ./@ORXONOX_EXECUTABLE_NAME@ $@
Note: See TracBrowser for help on using the repository browser.