version 1.3, 2000/01/31 12:34:50 |
version 1.4, 2000/02/01 12:01:31 |
|
|
#!/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 |
|
|
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 |