apt-cache 89 B

12345678
  1. #!/bin/sh
  2. if test "$1" = "show"
  3. then
  4. pacman --Qi $2
  5. else
  6. echo E: Invalid operation $1
  7. fi