Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
alimiracle
/
UPMS
Seguir
2
Destacar
4
Fork
2
Ficheiros
Incidencias
1
Pull Requests
0
Wiki
Árbore:
2.0
Ramas
Etiquetas
master
2.1
2.0
1.0
UPMS
/
arch
/
apt-cache
apt-cache
89 B
Permalink
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