mirror of
https://github.com/lipis/flag-icons.git
synced 2024-11-21 18:38:57 +01:00
5 lines
172 B
Bash
Executable File
5 lines
172 B
Bash
Executable File
version=$(git describe --tags --abbrev=0)
|
|
url="https://www.webjars.org/deploy?webJarType=npm&nameOrUrlish=flag-icons&version=${version#v}"
|
|
echo "curl '${url}'"
|
|
curl "$url"
|