summaryrefslogtreecommitdiff
path: root/find_package.sh
blob: 153cfaecee2f706d936464fc54798f9244f1f4f1 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash


PKG_NAME=$1  # provide the package name as argument


find . -type f -iname "$PKG_NAME*.pkg.tar.zst" | grep -v "./repos*."