From fb40bc617913ab7b357f4acd30e58dad399d366e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 20 Nov 2020 01:22:25 +0100 Subject: Add descriptive comment to apk-file --- apk-file | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apk-file b/apk-file index ede71d1..912d86a 100755 --- a/apk-file +++ b/apk-file @@ -1,5 +1,7 @@ #!/bin/sh +# Search packages by contents + curl -s "https://pkgs.alpinelinux.org/contents?file=$1" | awk ' // { print } -- cgit v1.2.3