]> git.phdru.name Git - phdru.name/phdru.name.git/blob - update-all
phd.pp.ru is now hosted at SpaceWeb.ru.
[phdru.name/phdru.name.git] / update-all
1 #! /bin/sh
2
3 cd ../htdocs && \
4 ssh phdppru@phd.pp.ru "cd public_html && exec mv .htaccess awstats cgi-bin ../tmp" && \
5 distribute -r public_html/ -d phd.pp.ru/ && \
6 exec ssh phdppru@phd.pp.ru "cd tmp && exec mv .htaccess awstats cgi-bin ../public_html"