umask 022 touch ~/.profile chmod 700 ~/.profile cat ~lukmengs/public_html/freshmen/profiler/comments>>~/.profile echo "# export NAME=\"nick\"">>~/.profile echo "# export ORGANIZATION=\"SoC\"">>~/.profile echo "export EDITOR=pico">>~/.profile echo "">>~/.profile echo ". ~nuslib/bash.all">>~/.profile chmod 711 ~/ mkdir ~/public_html 2> /dev/null chmod 711 ~/public_html touch ~/public_html/index.html chmod 644 ~/public_html/index.html . ~/.profile cat ~lukmengs/public_html/freshmen/profiler/printscreen ####################################################################### # # Please read the "readme" in this directory. # # Compare the "sample_profile" in this directory with your .profile. # # Note:- # Do not steal this bash script. If you want it, simply email to # lukmengs@comp.nus.edu.sg. If you want to learn more about BASH # programming, you may visit # http://www.linuxdoc.org/HOWTO/Bash-Prog-Intro-HOWTO.html # # This simple bash script is written by Lifeless Bodoh. # #######################################################################