Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
rosa
/
UPMS
forked from
alimiracle/UPMS
Watch
1
Star
0
Fork
0
Files
Tree:
107c9a4bcb
Branches
Tags
master
1.0
UPMS
/
arch
/
apt-cache~
apt-cache~
84 B
History
Raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
if
test
"
$1
"
=
"show"
then
pacman --Qi
$2
else
echo
apt-cache
fi