7 lines
210 B
Bash
Executable file
7 lines
210 B
Bash
Executable file
#!/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
|