sweeper/ignore:sync

8 lines
108 B
Plaintext
Raw Normal View History

2013-07-12 22:43:15 +00:00
#!/bin/sh
for f in webif/plugin/sweeper/; do
2014-06-01 23:35:24 +00:00
rsync -avr --delete --exclude=.svn humax:/mod/$f ./$f
2013-07-12 22:43:15 +00:00
done