diff options
Diffstat (limited to 'assets/fonts')
-rwxr-xr-x | assets/fonts/fetch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/assets/fonts/fetch b/assets/fonts/fetch deleted file mode 100755 index 04a66e6..0000000 --- a/assets/fonts/fetch +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -grep -r http . | cut -d\( -f2 | cut -d\) -f1 | while read k; do curl -O ${k}; done |