source: trunk/setup @ 9

Revision 9, 196 bytes checked in by ux454321, 5 years ago (diff)

added setup and readme

  • Property svn:executable set to *
Line 
1#!/usr/bin/tcsh
2set tmpfile = I_AM_A_TEMPORARY_FILE
3if ( -e $tmpfile ) rm $tmpfile
4set localdir = `pwd`
5sed -e 's:\(RootIDL = \"\:\)\(.*\):\1'$localdir'\":g' go > $tmpfile
6rm  go
7mv $tmpfile go
8#
Note: See TracBrowser for help on using the repository browser.