#!/bin/sh echo + `svn diff | grep ^+ | grep -v '^+++ ' | wc` echo - `svn diff | grep ^- | grep -v '^--- ' | wc`