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