install: cp -R */ /var/www/ache cp index.html /var/www/ache mkdir /var/www/ache/git [ -d /home/achessh/git/vim ] && ln -s /home/achessh/git/vim /var/www/ache/ [ -d /share/shared ] && ln -s /share/shared /var/www/ache/shared clean: rm -R /var/www/ache/*