=================================================================== RCS file: /home/cvs/OpenXM/rc/gen-shell-scripts,v retrieving revision 1.10 retrieving revision 1.13 diff -u -p -r1.10 -r1.13 --- OpenXM/rc/gen-shell-scripts 2001/09/20 06:06:05 1.10 +++ OpenXM/rc/gen-shell-scripts 2004/06/21 06:06:15 1.13 @@ -1,6 +1,13 @@ #!/bin/sh -# $OpenXM: OpenXM/rc/gen-shell-scripts,v 1.9 2001/09/18 05:30:55 takayama Exp $ +# $OpenXM: OpenXM/rc/gen-shell-scripts,v 1.12 2004/06/20 04:55:32 takayama Exp $ +# openxm + rm -f openxm + echo "#!/bin/sh" >openxm + cat dot.bashrc >>openxm + echo 'exec $*' >>openxm + chmod +x openxm + #asir rm -f asir echo "#!/bin/sh" >asir @@ -25,11 +32,11 @@ chmod +x sm1 #gp - rm -f oxgp - echo "#!/bin/sh" >oxgp - cat dot.bashrc >>oxgp - echo 'exec $OpenXM_HOME/bin/gp $*' >>oxgp - chmod +x oxgp +# rm -f oxgp +# echo "#!/bin/sh" >oxgp +# cat dot.bashrc >>oxgp +# echo 'exec $OpenXM_HOME/bin/gp $*' >>oxgp +# chmod +x oxgp #oxmath rm -f oxmath