autobuild.sh 195 B

1234
  1. #!/bin/sh
  2. echo "Waiting for you to save the docs..."
  3. watchmedo shell-command --patterns="*.rst" --ignore-pattern='_build/*' --recursive --command='make html; echo "Waiting for more changes..."'