repo.or.cz
/
copyleftie-scripts.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manr: fix
[copyleftie-scripts.git]
/
xshowpp
blob
01b2d5729e800502a0dcfb9eb48283dd30dc5ef5
1
#!/bin/rc
2
3
if (~ $#* 0)
4
exec usgerr `{basename $0} pkg1 [pkg2 ...]
5
6
{ for (p)
7
xbps-query -R -S $p |
8
awk -F': ' '/: / && NF>1 { print "'^$p^'", "!", $1, "!", $2 }'
9
} | column -t -s '!'