This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
|
#!/bin/sh
|
|
|
|
_password="$1"
|
|
|
|
./build.sh
|
|
lftp -e "mirror -R blog ." -u "hugo@rayelliott.dev,$_password" ftp://ftp.rayelliott.dev
|