#! /bin/bash ############################################################ ## mathematica.conf ############################################################ ##### installing mathematica by downloading it from www2.fizik.usm.my. ##### Password required ################ ##### The installation file will be downloaded to a temporary directory tempMath mkdir tempMath cd tempMath scp tlyoon@www2.fizik.usm.my:/home/tlyoon/repo/mathematica/mathematica8.0.1/linux/Mathematica_8.0.1_LINUX.sh . chmod +x Mathematica_8.0.1_LINUX.sh ./Mathematica_8.0.1_LINUX.sh