2 lines
121 B
Bash
Executable File
2 lines
121 B
Bash
Executable File
curl -s "https://api.github.com/repos/truecharts/clustertool/releases/latest" | jq -r '.name' | sed 's/^clustertool-v//'
|