File: loop.sh

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

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