Facebook
From ShalokShalom, 4 Years ago, written in Bash.
Embed
Download Paste or View Raw
Hits: 227
  1. function search()
  2. {
  3.   kcp -s $1
  4.   pacman -Ss $1 ||
  5.   pkgfile -vri  $1
  6. }