sweeper/ignore:sync

8 lines
84 B
Plaintext
Raw Normal View History

2013-07-12 22:43:15 +00:00
#!/bin/sh
for f in webif/plugin/sweeper/; do
rsync -avr humax:/mod/$f ./$f
done