From bc130a75a146590650b351752e8eb5c4f08783ed Mon Sep 17 00:00:00 2001 From: Teddysun Date: Tue, 29 Nov 2016 22:47:54 +0900 Subject: [PATCH] update Readme --- Readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1c1f022..b62b87f 100644 --- a/Readme.md +++ b/Readme.md @@ -45,7 +45,7 @@ backup.sh - Intro: https://teddysun.com/469.html ```bash -Install gdrive step: +Install gdrive command step: For x86_64: wget -O /usr/bin/gdrive http://dl.lamp.sh/files/gdrive-linux-x64 @@ -56,6 +56,13 @@ wget -O /usr/bin/gdrive http://dl.lamp.sh/files/gdrive-linux-386 chmod +x /usr/bin/gdrive ``` +ftp_upload.sh +============= + +- You must to modify the config before run it +- Upload file(s) to FTP server +- Intro: https://teddysun.com/484.html + unixbench.sh ============