diff options
Diffstat (limited to 'contrib/cpt-chbuild')
-rwxr-xr-x | contrib/cpt-chbuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/cpt-chbuild b/contrib/cpt-chbuild index 6177e67..e53d903 100755 --- a/contrib/cpt-chbuild +++ b/contrib/cpt-chbuild @@ -1,5 +1,20 @@ #!/bin/sh -e # Create/destroy temporary chroots + +## SYNOPSIS: +## .Nm +## .Op Ar pkg... + +## DESCRIPTION: +## .Nm +## creates a temporary chroot using the rootfs tarball of Carbs Linux. If the +## tarball does +## .Em NOT +## exist in the user's cache directory, it will download it from the Carbs Linux +## website. If any packages are given as arguments, +## .Nm +## will install those packages to this temporary chroot. + case "$1" in --help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg...]"; exit 0 esac |