3 lines
67 B
Bash
3 lines
67 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
dnf info $1 | grep Version | cut -d":" -f2 | head -n1
|