apt-cache~ 84 B

123456789
  1. #!/bin/sh
  2. if test "$1" = "show"
  3. then
  4. pacman --Qi $2
  5. else
  6. echo apt-cache
  7. fi