DEBSOURCES
Skip Quicknav
sources / python-rst2ansi / 0.1.5-3 / demo / autoreload.sh
1234567
clear export PYTHONPATH=. while true; do inotifywait -e modify out.rst 2>/dev/null >/dev/null clear ./bin/rst2ansi out.rst done