-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrab
executable file
·24 lines (23 loc) · 2.29 KB
/
grab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/1998.csv" > "1998.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/1999.csv" > "1999.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2000.csv" > "2000.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2001.csv" > "2001.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2002.csv" > "2002.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2003.csv" > "2003.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2004.csv" > "2004.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2005.csv" > "2005.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2006.csv" > "2006.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2007.csv" > "2007.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2008.csv" > "2008.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2009.csv" > "2009.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2010.csv" > "2010.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2011.csv" > "2011.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2012.csv" > "2012.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2013.csv" > "2013.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2014.csv" > "2014.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2015.csv" > "2015.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2016.csv" > "2016.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2017.csv" > "2017.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2018.csv" > "2018.csv"
curl -0 "https://raw.githubusercontent.com/AccessLibCon/conference-data/master/csv/2019.csv" > "2019.csv"