versionfilter.sh 100 B

1234
  1. #!/bin/sh
  2. echo $1
  3. cvs status $1 | sed -n 's/^[ \]*Working revision:[ \t]*\([0-9][0-9\.]*\).*/\1/p'