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 |
||
99
by Robey Pointer
bump up version number to 1.1 and change push site. |
6 |
rsync -avr homepage/ robey@green.lag.net:/web/loggerhead |
68
by Robey Pointer
add the script i use to update the website, so i don't lose it |
7 |