#!/bin/sh alias ps='ps' ps -C svn | grep svn | grep -v grep | awk '{print $1}' | xargs kill -9 svn cleanup .. grep -B100 "will be ignored" ../svn-commit.tmp | grep -v "will be ignored" > svn-commit.tmp.new svn ci -F svn-commit.tmp.new rm ../svn-commit.* rm svn-commit.* alias ps='ps aux'