-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgetdata.sh
30 lines (30 loc) · 1.14 KB
/
getdata.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
wget http://physchem.ox.ac.uk/~doye/jon/structures/LJ/points/13
wget http://physchem.ox.ac.uk/~doye/jon/structures/LJ/points/55
wget http://physchem.ox.ac.uk/~doye/jon/structures/LJ/points/147
wget http://physchem.ox.ac.uk/~doye/jon/structures/LJ/points/4
wget http://physchem.ox.ac.uk/~doye/jon/structures/LJ/points/26
wget http://physchem.ox.ac.uk/~doye/jon/structures/LJ/points/98
wget http://physchem.ox.ac.uk/~doye/jon/structures/Morse/points/38D
tail -38 38D > 38DD
rm 38D
wget http://physchem.ox.ac.uk/~doye/jon/structures/Morse/points/13B
tail -13 13B >13BB
rm 13B
wget http://physchem.ox.ac.uk/~doye/jon/structures/Morse/points/19A
tail -19 19A > 19AA
rm 19A
wget http://physchem.ox.ac.uk/~doye/jon/structures/Morse/points/75C
tail -75 75C > 75CC
rm 75C
wget http://physchem.ox.ac.uk/~doye/jon/structures/Morse/points/7A
tail -7 7A > 7AA
rm 7A
wget http://physchem.ox.ac.uk/~doye/jon/structures/Morse/points/39A
tail -39 39A > 39AA
rm 39A
wget http://physchem.ox.ac.uk/~doye/jon/structures/Morse/points/39B
tail -39 39B > 39BB
rm 39B
wget http://physchem.ox.ac.uk/~doye/jon/structures/Morse/points/39C
tail -39 39C > 39CC
rm 39C