Guest User

Untitled

a guest
Feb 19th, 2018
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #!/bin/bash
  2. # this needs to be run from the aports root directory
  3. for repo in main community testing non-free unmaintained; do
  4. # updated per <svyatoslav.mishyn@gmail.com> in the mailing list
  5. printf "%-15s%d\n" "$repo:" "$((find $repo -name APKBUILD) | wc -l)"
  6. done
Add Comment
Please, Sign In to add comment