8 lines
210 B
Text
8 lines
210 B
Text
|
#!/bin/sh
|
||
|
#
|
||
|
# Deploys my site to ibisc.univ-evry.fr/~sivanov/
|
||
|
#
|
||
|
# This command must be run from within the lab network.
|
||
|
|
||
|
lftp -e "mirror --delete-first -R www public_html; bye" sftp://sivanov:DUMMY@172.31.8.95
|