2 lines
68 B
Bash
Executable file
2 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
rsync -avz --progress src/ andras@192.168.0.81:~/frame/
|