~loggerhead-team/loggerhead/trunk-rich

68 by Robey Pointer
add the script i use to update the website, so i don't lose it
1
#!/bin/bash
2
#
3
# this is only useful for robey.  it updates the public website.
4
#
5
6
rsync -avr homepage/ robey@tavi.lag.net:/web/loggerhead
7