mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
4 lines
152 B
Bash
4 lines
152 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rsync -e "ssh -p 38901 -o StrictHostKeyChecking=no" --recursive /home/josh/sources/flatpak-distrib/ ryne.moe:/srv/http/astra-distrib/flatpak
|