Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
alimiracle
/
UPMS
Suivre
2
Voter
4
Fork
2
Fichiers
Tickets
1
Pull Requests
0
Wiki
Aborescence:
2.0
Branches
Tags
master
2.1
2.0
1.0
UPMS
/
arch
/
apt-cache
apt-cache
89 B
Lien permanent
Historique
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