build.sh 164 B

1234567
  1. #!/bin/bash
  2. sphinx-build -M html . build/
  3. if [ "$1" == "-u" ]; then
  4. rsync -r build/html/* huxley.snl.salk.edu:/home/ahusar/public_html/mcell4_documentation
  5. fi