mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-18 15:00:34 +00:00
4 lines
195 B
Bash
Executable file
4 lines
195 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Waiting for you to save the docs..."
|
|
watchmedo shell-command --patterns="*.rst" --ignore-pattern='_build/*' --recursive --command='make html; echo "Waiting for more changes..."'
|