mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-23 14:58:28 -05:00
4 lines
84 B
Bash
Executable File
4 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
rsync -u -v -r --delete repo fdroid@f-droid.org:/home/fdroid/public_html
|
|
|