]> git.phdru.name Git - phdru.name/phdru.name.git/blob - update-all
614d1a48fffd7481dc04c37bb100d69bf7c5f4f5
[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"