=================================================================== RCS file: /home/cvs/OpenXM/rc/gen-shell-scripts,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- OpenXM/rc/gen-shell-scripts 2000/02/01 12:01:31 1.4 +++ OpenXM/rc/gen-shell-scripts 2000/03/06 08:08:11 1.7 @@ -1,11 +1,12 @@ #!/bin/sh -# $OpenXM: OpenXM/rc/gen-shell-scripts,v 1.3 2000/01/31 12:34:50 takayama Exp $ +# $OpenXM: OpenXM/rc/gen-shell-scripts,v 1.6 2000/03/04 11:24:11 takayama Exp $ #asir rm -f asir echo "#!/bin/csh" >asir cat dot.cshrc >>asir - echo 'exec $OpenXM_HOME/bin/fep $OpenXM_HOME/bin/asir $*' >>asir +# echo 'exec $OpenXM_HOME/bin/fep $OpenXM_HOME/bin/asir $*' >>asir + echo 'exec $OpenXM_HOME/bin/asir $*' >>asir chmod +x asir #sm1 @@ -16,11 +17,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