summaryrefslogtreecommitdiff
path: root/static/v10/man1/bundle.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man1/bundle.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/v10/man1/bundle.1')
-rw-r--r--static/v10/man1/bundle.153
1 files changed, 0 insertions, 53 deletions
diff --git a/static/v10/man1/bundle.1 b/static/v10/man1/bundle.1
deleted file mode 100644
index fcbd5b67..00000000
--- a/static/v10/man1/bundle.1
+++ /dev/null
@@ -1,53 +0,0 @@
-.TH BUNDLE 1
-.CT 1 comm_users
-.SH NAME
-bundle \- collect files for distribution
-.SH SYNOPSIS
-.B bundle
-.I file ...
-.SH DESCRIPTION
-.I Bundle
-writes on its standard output a shell script for
-.IR sh (1)
-that, when executed,
-will recreate the original
-.IR files .
-Its main use is for distributing small numbers of text files by
-.IR mail (1).
-.PP
-Although less refined than standard archives from
-.IR ar (1),
-.IR cpio (1),
-or
-.IR tar (1),
-a
-.IR bundle
-file
-is self-documenting and complete; little preparation is required on
-the receiving machine.
-.SH EXAMPLES
-.TP
-.L
-bundle makefile *.[ch] | mail elsewhere!mark
-Send a makefile to Mark together with related
-.L .c
-and
-.L .h
-files.
-Upon receiving the mail, Mark may save the file sans postmark,
-say in
-.BR gift/horse ,
-then do
-.TP
-.L
-cd gift; sh horse; make
-.SH SEE ALSO
-.IR ar (1),
-.IR cpio (1),
-.IR tar (1),
-.IR mail (1)
-.SH BUGS
-.I Bundle
-will not create directories and is unsatisfactory for non-ASCII files.
-.br
-Beware of gift horses.