mirror of
https://github.com/outbackdingo/parodus.git
synced 2026-01-28 18:20:04 +00:00
8 lines
323 B
Bash
Executable File
8 lines
323 B
Bash
Executable File
#!/bin/bash
|
|
rsync --exclude=.svn --exclude=update-web.sh -avz *.css *.html aspl-web@www.aspl.es:www/nopoll/
|
|
rsync --exclude=.svn --exclude=update-web.sh -avz es/*.html aspl-web@www.aspl.es:www/nopoll/es/
|
|
rsync --exclude=.svn --exclude=update-web.sh -avz images/*.png images/*.gif aspl-web@www.aspl.es:www/nopoll/images/
|
|
|
|
|
|
|