3 lines
101 B
Bash
3 lines
101 B
Bash
|
#!/bin/bash
|
||
|
rsync -avr --delete-after --exclude ".git" build/* root@yige.ink:/root/site/office2table
|