[BACK]Return to gen-shell-scripts CVS log [TXT][DIR] Up to [local] / OpenXM / rc

Diff for /OpenXM/rc/gen-shell-scripts between version 1.3 and 1.6

version 1.3, 2000/01/31 12:34:50 version 1.6, 2000/03/04 11:24:11
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM: OpenXM/rc/gen-shell-scripts,v 1.2 2000/01/30 23:47:40 takayama Exp $  # $OpenXM: OpenXM/rc/gen-shell-scripts,v 1.5 2000/03/04 11:03:36 takayama Exp $
   
 #asir  #asir
         rm -f asir          rm -f asir
Line 16 
Line 16 
         chmod +x sm1          chmod +x sm1
   
 #gp  #gp
         rm -f gp          rm -f oxgp
         echo "#!/bin/csh" >gp          echo "#!/bin/csh" >oxgp
         cat dot.cshrc >>gp          cat dot.cshrc >>oxgp
         echo 'exec $OpenXM_HOME/bin/fep $OpenXM_HOME/bin/gp $*' >>gp          echo 'exec $OpenXM_HOME/bin/gp $*' >>oxgp
         chmod +x gp          chmod +x oxgp
   
 #oxmath  #oxmath
         rm -f oxmath          rm -f oxmath
Line 35 
Line 35 
         cat dot.cshrc >>oxMathematica          cat dot.cshrc >>oxMathematica
         echo 'exec Mathematica  $*' >>oxMathematica          echo 'exec Mathematica  $*' >>oxMathematica
         chmod +x oxMathematica          chmod +x oxMathematica
   
   #ox  (launcher of kxx)
           rm -f ox
           echo "#!/bin/csh" >ox
           cat dot.cshrc >>ox
           echo 'exec $OpenXM_HOME/bin/ox $*' >>ox
           chmod +x ox

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>