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