1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-13 08:11:12 +01:00
vichan/inc/lib/htmlpurifier-4.5.0/maintenance/regenerate-docs.sh
2014-09-23 23:25:04 +00:00

6 lines
191 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"