4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/usr/bin/env bash
|
||
|
rsync -vrh --delete --exclude-from .no-sync * ildidev:wp-themes/ildi
|
||
|
|