darkrc/bin/jssize
2023-12-11 16:47:05 +01:00

7 lines
104 B
Bash
Executable file

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