summaryrefslogtreecommitdiff
path: root/pexpect/websync
blob: d1f3ee82de2dcb78ba5993a5d797ef52dc3eaf0c (plain)
1
2
3
4
#!/bin/sh
ssh noah@use-pr-shell1.sourceforge.net "cd htdocs;rm index.html;wget http://www.noah.org/python/pexpect/index.html"
scp doc.tgz noah@use-pr-shell1.sourceforge.net:htdocs/doc.tgz
ssh noah@use-pr-shell1.sourceforge.net "cd htdocs;tar zxvf doc.tgz"