8 lines
104 B
Text
8 lines
104 B
Text
|
#!/bin/sh
|
||
|
|
||
|
curl https://cdn.jsdelivr.net/gh/"$1" \
|
||
|
| tail +7 \
|
||
|
| head -n -1 \
|
||
|
| gzip \
|
||
|
| wc --bytes
|