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