diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-09-22 18:16:38 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-09-22 18:16:38 -0700 |
commit | 2944f70ee33de24b023ad1edb04246e4b71eef17 (patch) | |
tree | f9841815814e8bc75dbd22290542a7533f520aff /bootstrap |
*: initial commit
wye is an input-oriented tee variant
The name is derived from the plumbing name for a
directional tee, or "Y" intersection.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..c5a7472 --- /dev/null +++ b/bootstrap @@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf --install |