diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-15 14:47:08 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-15 14:47:08 -0400 |
commit | a2b03f564d1eb66298c5502b07e36c67f856857e (patch) | |
tree | eaf8c93129b3ebb4256542eb1339a28baf4a8ac5 /bootstrap |
Add project skeleton.
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..e756b42 --- /dev/null +++ b/bootstrap @@ -0,0 +1,3 @@ +#! /bin/sh + +autoreconf -vif |