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