mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
5 lines
186 B
Bash
Executable file
5 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"
|