Add JSSize script
This commit is contained in:
parent
4fbb924030
commit
ea92572a62
1 changed files with 7 additions and 0 deletions
7
bin/jssize
Executable file
7
bin/jssize
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
curl https://cdn.jsdelivr.net/gh/"$1" \
|
||||
| tail +7 \
|
||||
| head -n -1 \
|
||||
| gzip \
|
||||
| wc --bytes
|
Loading…
Reference in a new issue