3 lines
92 B
Plaintext
3 lines
92 B
Plaintext
|
#!/bin/sh
|
||
|
rsync -acv --rsh="ssh -p 1230" --del $AYA_OUTDIR/ root@tengu.space:/var/www/html/
|