index
:
pkg/platconf-pkg-tools.git
master
"platconf-pkg-tools" package
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
3
/
ppt-rmpkgs
blob: 7e7fbc437045127f912ec3f077d78db890e5b3b6 (
plain
)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh set -eu main() { rm -Rf config-*.pkg/ } main "${@}"