4 lines
55 B
Bash
4 lines
55 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
prometheus --version 2>&1 | grep "${2%%-*}"
|