File: loop.sh

package info (click to toggle)
python-baron 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,080 kB
  • sloc: python: 26,926; makefile: 126; sh: 27
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