0a5015e
1 2
#!/bin/sh grep -r http . | cut -d\( -f2 | cut -d\) -f1 | while read k; do curl -O ${k}; done