You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
352 B
Plaintext

# ch-tar2dir
# Utility to unpack a Charliecloud image tarball into a directory.
# More information: <https://github.com/hpc/charliecloud>.
# Extract tarball '/var/tmp/hello.tar.gz' into a subdirectory of '/var/tmp'.
# The tarball must contain a Linux filesystem image, such as is created by
# ch-builder2tar.
ch-tar2dir /var/tmp/hello.tar.gz /var/tmp