From 77f7f57850f3e22ccdf93c9bab40bca211d3d003 Mon Sep 17 00:00:00 2001 From: Mik Date: Sun, 4 Aug 2019 19:14:34 +0530 Subject: [PATCH] Added a simpler one liner download command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 707659a..d2e1393 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ Or $ wget -O script.sh https://github.com/Edu4rdSHL/microsoft-giveaway-books/raw/master/script.sh && sh script.sh ``` +Or if you don't care for error checking or other misc stuff on your terminal +``` +$ wget -q --content-disposition $(curl -s https://msdnshared.blob.core.windows.net/media/2017/07/Ligman_eBooks_2017.txt | tail -n +2 | awk {'print $1'}) +``` + + # Windows For windows you can use any of the scripts provided in: