25 lines
1.7 KiB
Bash
Executable File
25 lines
1.7 KiB
Bash
Executable File
#!/bin/sh
|
|
|
|
# This is free and unencumbered software released into the public domain.
|
|
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/May\ 2019/2019-05-[27-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/June\ 2019/2019-06-[01-30].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/July\ 2019/2019-07-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/August\ 2019/2019-08-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/September\ 2019/2019-09-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/October\ 2019/2019-10-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/November\ 2019/2019-11-[01-30].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/December\ 2019/2019-12-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/January\ 2020/2020-01-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/February\ 2020/2020-02-[01-29].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/March\ 2020/2020-03-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/April\ 2020/2020-04-[01-30].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/May\ 2020/2020-05-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/June\ 2020/2020-06-[01-30].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/July\ 2020/2020-07-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/August\ 2020/2020-08-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/September\ 2020/2020-09-[01-30].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/October\ 2020/2020-10-[01-31].txt
|
|
#curl -O https://l1.whitele.af/Vaushgg\ chatlog/November\ 2020/2020-11-[01-30].txt
|
|
curl -O https://l1.whitele.af/Vaushgg\ chatlog/December\ 2020/2020-12-[01-31].txt
|