2004.12.22
#!/bin/bash # get all web files from cvs.sf.net to ~/temp/htdocs cp -f ~/backup/cvspass_anonymous ~/.cvspass cd ~/temp rm -rf htdocs cvs -d :pserver:anonymous@cvs1:/cvsroot/smepor export -Dtomorrow -dhtdocs web # update the project's web that located /home/groups/s/sm/smepor/htdocs cp -rf ~/temp/htdocs/* /home/groups/s/sm/smepor/htdocs echo "the end"
2004.10.12
2004.10.11
2004.10.09
2004.10.08