sweeper/ignore:sync

8 lines
108 B
Bash
Executable File

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