#!/bin/sh for f in webif/plugin/sweeper/; do rsync -avr humax:/mod/$f ./$f done