index
:
site-ng
master
The new and improved (except for loads of JS and huge CSS and ...) website.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
assets
/
fonts
/
fetch
blob: 04a66e6f0ad982c53972cacec105ed5908bd6d9c (
plain
) (
blame
)
1
2
#!/bin/sh
grep
-r
http
.
|
cut
-d
\(
-f2
|
cut
-d
\)
-f1
|
while
read
k
;
do
curl
-O
${
k
}
;
done