File: checkdist

package info (click to toggle)
genromfs 0.5.2-4.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: ansic: 1,930; makefile: 128; sh: 14
file content (7 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh
current=$1
# check for previous versions
echo "The following files have not been updated for $current"
grep -L $current NEWS ChangeLog genromfs.lsm genromfs.8 && echo "(all ok)"
# find -type f|xargs egrep '(0\.3|0\.5|0\.5.1)'
exit 0