=================================================================== RCS file: /home/cvs/OpenXM/rc/gen-shell-scripts,v retrieving revision 1.3 retrieving revision 1.6 diff -u -p -r1.3 -r1.6 --- OpenXM/rc/gen-shell-scripts 2000/01/31 12:34:50 1.3 +++ OpenXM/rc/gen-shell-scripts 2000/03/04 11:24:11 1.6 @@ -1,5 +1,5 @@ #!/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 rm -f asir @@ -16,11 +16,11 @@ chmod +x sm1 #gp - rm -f gp - echo "#!/bin/csh" >gp - cat dot.cshrc >>gp - echo 'exec $OpenXM_HOME/bin/fep $OpenXM_HOME/bin/gp $*' >>gp - chmod +x gp + rm -f oxgp + echo "#!/bin/csh" >oxgp + cat dot.cshrc >>oxgp + echo 'exec $OpenXM_HOME/bin/gp $*' >>oxgp + chmod +x oxgp #oxmath rm -f oxmath @@ -35,3 +35,10 @@ cat dot.cshrc >>oxMathematica echo 'exec Mathematica $*' >>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