12 lines
150 B
Bash
Executable file
12 lines
150 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
rsync \
|
|
--verbose \
|
|
--archive \
|
|
--compress \
|
|
--recursive \
|
|
--rsh=ssh \
|
|
build/* \
|
|
mehl:~/websites/folksprak.org/htdocs/vtm/
|
|
|