#!/bin/bash set -x cd ~/work for i in *; do (cd $i ; svn commit -m saving ) done