File: loop.sh

package info (click to toggle)
python-redbaron 0.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 772 kB
  • sloc: python: 6,650; makefile: 145; sh: 28
file content (3 lines) | stat: -rwxr-xr-x 91 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/bash

while true; do clear; make html; sleep 0.1; inotifywait -e modify *.rst; done