Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
rosa
/
UPMS
forkato da
alimiracle/UPMS
Segui
1
Vota
0
Forka
0
File
Ramo (Branch):
master
Rami (Branch)
Tag
master
1.0
UPMS
/
arch
/
apt-cache~
apt-cache~
84 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
8
9
#!/bin/sh
if test "$1" = "show"
then
pacman --Qi $2
else
echo apt-cache
fi