mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
3 lines
81 B
Bash
Executable file
3 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
rsync -v -r --delete repo fdroid@f-droid.org:/home/fdroid/public_html
|
|
|