darkrc/bin/jssize

8 lines
104 B
Bash
Executable File

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