[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.4

version 1.3, 2000/01/31 12:34:50 version 1.4, 2000/02/01 12:01:31
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.3 2000/01/31 12:34:50 takayama Exp $
   
 #asir  #asir
         rm -f asir          rm -f asir
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.4

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