8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for f in webif/plugin/sweeper/; do
|
|
rsync -avr humax:/mod/$f ./$f
|
|
done
|
|
|
|
|