Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
alimiracle
/
UPMS
Observar
2
Favorito
4
Fork
2
Arquivos
Issues
1
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
2.1
2.0
1.0
UPMS
/
arch
/
apt-cache
apt-cache
89 B
Link permanente
Histórico
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