4 lines
104 B
Bash
Executable file
4 lines
104 B
Bash
Executable file
#!/bin/bash
|
|
|
|
IFS=$'\n'
|
|
rsync -Rtzvr --delete $(git ls-files public) root@$1:/var/www/reinefjord.net-v3/
|