source: issm/trunk-jpl/externalpackages/petsc-dev/src/bin/maint/runremote@ 11896

Last change on this file since 11896 was 11896, checked in by habbalf, 13 years ago

petsc-dev : Petsc development code in external packages. Mercurial updates

  • Property svn:executable set to *
File size: 182 bytes
Line 
1#! /bin/csh
2#
3# This is used by the script bin/maint/petscgoto it is not intended to be used directly
4#
5setenv PETSC_DIR $1
6setenv PETSC_ARCH $2
7setenv USER $3
8cd $PETSC_DIR
9tcsh
10
Note: See TracBrowser for help on using the repository browser.