#! /bin/bash

# Run this script to install both ase and hotbit in ~/.

cd ~/

wget http://www2.fizik.usm.my/configrepo/howto/ase_hotbit/inst_ase
wget http://www2.fizik.usm.my/configrepo/howto/ase_hotbit/inst_hotbit

chmod +x inst_ase
chmod +x inst_hotbit

./inst_ase
./inst_hotbit
