summaryrefslogtreecommitdiff
path: root/find_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'find_package.sh')
-rwxr-xr-xfind_package.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/find_package.sh b/find_package.sh
new file mode 100755
index 0000000..0fe7410
--- /dev/null
+++ b/find_package.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+
+PKG_NAME=$1
+
+
+find . -type f -iname "$PKG_NAME*.pkg.tar.zst" | grep -v "./repos*."
+