3 lines
65 B
Bash
Executable File
3 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
rsync -a dist/* root@192.168.178.143:Nginx/data/sdf/
|