File: editdocs.sh

package info (click to toggle)
python-fs 2.4.16-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,944 kB
  • sloc: python: 13,048; makefile: 226; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/sh
make html
python -c "import os, webbrowser; webbrowser.open('file://' + os.path.abspath('./build/html/index.html'))"
watchmedo shell-command ../ --patterns "*.rst;*.py" --recursive --command="rm -rf build;make html;"