To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/loggerhead/trunk
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
|
|