mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 01:57:32 +01:00
5 lines
195 B
Bash
Executable File
5 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..."'
|