diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-20 01:22:25 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-20 01:22:25 +0100 |
commit | fb40bc617913ab7b357f4acd30e58dad399d366e (patch) | |
tree | bb026a9ae1fa4f780437809dc16e1e2899ec6a94 /apk-file | |
parent | 6e23c239779c290eb7f50a9718159eadd18e1a46 (diff) | |
download | alpine-fb40bc617913ab7b357f4acd30e58dad399d366e.tar.gz |
Add descriptive comment to apk-file
Diffstat (limited to 'apk-file')
-rwxr-xr-x | apk-file | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/sh +# Search packages by contents + curl -s "https://pkgs.alpinelinux.org/contents?file=$1" | awk ' /<td>/ { print } |