version 1.7, 2000/03/06 08:08:11 |
version 1.8, 2000/03/06 09:16:08 |
|
|
#!/bin/sh |
#!/bin/sh |
# $OpenXM: OpenXM/rc/gen-shell-scripts,v 1.6 2000/03/04 11:24:11 takayama Exp $ |
# $OpenXM: OpenXM/rc/gen-shell-scripts,v 1.7 2000/03/06 08:08:11 takayama Exp $ |
|
|
#asir |
#asir |
rm -f asir |
rm -f asir |
|
|
rm -f sm1 |
rm -f sm1 |
echo "#!/bin/csh" >sm1 |
echo "#!/bin/csh" >sm1 |
cat dot.cshrc >>sm1 |
cat dot.cshrc >>sm1 |
echo 'exec $OpenXM_HOME/bin/fep $OpenXM_HOME/bin/sm1 $*' >>sm1 |
# echo 'exec $OpenXM_HOME/bin/fep $OpenXM_HOME/bin/sm1 $*' >>sm1 |
|
echo 'exec $OpenXM_HOME/bin/sm1 $*' >>sm1 |
chmod +x sm1 |
chmod +x sm1 |
|
|
#gp |
#gp |
|
|
rm -f oxmath |
rm -f oxmath |
echo "#!/bin/csh" >oxmath |
echo "#!/bin/csh" >oxmath |
cat dot.cshrc >>oxmath |
cat dot.cshrc >>oxmath |
echo 'exec $OpenXM_HOME/bin/fep math $*' >>oxmath |
# echo 'exec $OpenXM_HOME/bin/fep math $*' >>oxmath |
|
echo 'exec math $*' >>oxmath |
chmod +x oxmath |
chmod +x oxmath |
|
|
#oxMathematica |
#oxMathematica |