Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/scripts/tardis-scratch-checkout.pl @ 7277

Last change on this file since 7277 was 7277, checked in by bensch, 18 years ago

perl stuff in very cool script

  • Property svn:executable set to *
File size: 357 bytes
Line 
1#!/usr/bin/perl
2
3
4echo $_[1];
5$username = `whoami`;
6
7
8
9mkdir ("/scratch/$username/orxonox");
10  svn co https://svn.orxonox.net/orxonox/trunk /scratch/orxonox/trunk
11  cd "/scratch/$username/orxonox/trunk";
12
13  print "executing autogen.sh";
14  open( AUTOGEN , "./autogen.sh |");
15
16
17  echo "executing configure for tardis"
18  ./configure --with-tardis
19
20
21  make -j5
Note: See TracBrowser for help on using the repository browser.