mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-22 17:00:24 +00:00
5 lines
195 B
Bash
5 lines
195 B
Bash
|
|
#!/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..."'
|