mirror of
https://github.com/edu4rdshl/microsoft-giveaway-books.git
synced 2026-07-17 23:24:53 +00:00
Added a simpler one liner download command
This commit is contained in:
parent
50d580fc40
commit
77f7f57850
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue