sweeper/ignore:sync
2013-07-12 22:43:15 +00:00

8 lines
84 B
Bash
Executable File

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