Add JSSize script

This commit is contained in:
Talia 2023-12-11 16:46:12 +01:00
parent 4fbb924030
commit ea92572a62
1 changed files with 7 additions and 0 deletions

7
bin/jssize Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
curl https://cdn.jsdelivr.net/gh/"$1" \
| tail +7 \
| head -n -1 \
| gzip \
| wc --bytes