Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
alimiracle
/
UPMS
Watch
2
Star
4
Fork
2
Files
Issues
1
Pull Requests
0
Wiki
Tree:
2.0
Branches
Tags
master
2.1
2.0
1.0
UPMS
/
arch
/
apt-cache
apt-cache
89 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
#!/bin/sh
if test "$1" = "show"
then
pacman --Qi $2
else
echo E: Invalid operation $1
fi