dotfiles/bin/pacdef

5 lines
116 B
Plaintext
Raw Normal View History

2022-11-23 01:26:33 -08:00
#!/usr/bin/env sh
set -e
# Search for package and return description
dnf search "$1" | cut -d ':' -f 2- | sed -n 2p