mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
6 lines
156 B
Bash
6 lines
156 B
Bash
#!/bin/sh
|
|
|
|
scriptdir=$(dirname $(readlink -f $0))
|
|
|
|
curl "https://img.shields.io/badge/macros-$($scriptdir/../cmd/carapace/carapace --macro | wc -l)-orange"
|