File: watch

package info (click to toggle)
rust-hex-view 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: sh: 11; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -e

cargo watch -w src \
            -x test \
            -x clippy \
            -x "fmt -- --write-mode=diff" \
            -x "readme -o README.md"