Skip to content

Commit f7e64e0

Browse files
authored
Merge pull request #138 from php-http/feature/watch
Add a watch file for auto update when writing documentation
2 parents 425c276 + 42081db commit f7e64e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

watch.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
while inotifywait -e modify -r --include ".+?\.rst" .; do
4+
make html
5+
done

0 commit comments

Comments
 (0)