[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.7 and 1.8

version 1.7, 2000/03/06 08:08:11 version 1.8, 2000/03/06 09:16:08
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $OpenXM: OpenXM/rc/gen-shell-scripts,v 1.6 2000/03/04 11:24:11 takayama Exp $  # $OpenXM: OpenXM/rc/gen-shell-scripts,v 1.7 2000/03/06 08:08:11 takayama Exp $
   
 #asir  #asir
         rm -f asir          rm -f asir
Line 13 
Line 13 
         rm -f sm1          rm -f sm1
         echo "#!/bin/csh" >sm1          echo "#!/bin/csh" >sm1
         cat dot.cshrc >>sm1          cat dot.cshrc >>sm1
         echo 'exec $OpenXM_HOME/bin/fep $OpenXM_HOME/bin/sm1 $*' >>sm1  #       echo 'exec $OpenXM_HOME/bin/fep $OpenXM_HOME/bin/sm1 $*' >>sm1
           echo 'exec $OpenXM_HOME/bin/sm1 $*' >>sm1
         chmod +x sm1          chmod +x sm1
   
 #gp  #gp
Line 27 
Line 28 
         rm -f oxmath          rm -f oxmath
         echo "#!/bin/csh" >oxmath          echo "#!/bin/csh" >oxmath
         cat dot.cshrc >>oxmath          cat dot.cshrc >>oxmath
         echo 'exec $OpenXM_HOME/bin/fep math $*' >>oxmath  #       echo 'exec $OpenXM_HOME/bin/fep math $*' >>oxmath
           echo 'exec math $*' >>oxmath
         chmod +x oxmath          chmod +x oxmath
   
 #oxMathematica  #oxMathematica

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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