dotfiles/bin/executable_pacdef

5 lines
116 B
Plaintext
Raw Normal View History

2022-12-10 17:09:35 -08:00
#!/usr/bin/env sh
set -e
# Search for package and return description
dnf search "$1" | cut -d ':' -f 2- | sed -n 2p