mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-12-04 20:08:02 +01:00
6 lines
186 B
Bash
Executable File
6 lines
186 B
Bash
Executable File
#!/bin/bash -e
|
|
./compile-doxygen.sh
|
|
cd ../docs
|
|
scp doxygen.tgz htmlpurifier.org:/home/ezyang/htmlpurifier.org
|
|
ssh htmlpurifier.org "cd /home/ezyang/htmlpurifier.org && ./reload-docs.sh"
|