File: diff.sh

package info (click to toggle)
yudit 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 18,472 kB
  • sloc: cpp: 76,344; perl: 5,630; makefile: 989; ansic: 823; sh: 441
file content (7 lines) | stat: -rwxr-xr-x 212 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh
ORIG=yudit-2.9.1.beta4
NEW=yudit-2.9.1.beta5
diff --exclude=*.kmap --exclude=*.my --exclude=*.mo \
  --exclude=config.status --exclude=config.cache \
  --context=2 --new-file --recursive \
  $ORIG $NEW