mirror of
https://github.com/torproject/webwml.git
synced 2024-12-16 14:56:35 +00:00
12 lines
296 B
Bash
Executable File
12 lines
296 B
Bash
Executable File
#!/bin/sh
|
|
cvs update -d -P
|
|
make
|
|
# XXX should check whether make fails
|
|
|
|
## I'm not comfortable having arbitrary people use --delete yet,
|
|
## since if they screw up it'll blow away arbitrary things.
|
|
#rsync -Pravz --delete . tor.eff.org:directory/
|
|
|
|
rsync -Pravz . tor.eff.org:/www/tor.eff.org/docs/
|
|
|