diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-11-30 05:52:02 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-11-30 05:52:02 +0100 |
commit | 22431a1305d1eb9f1c066f94313e04021a3a59a0 (patch) | |
tree | e87edb7db495bf38286ab47b4d252db3c7d67259 /bootstrap.sh | |
parent | 71bc6a2f1d1d2d23c8fd9a52ded5d8669703a95e (diff) | |
download | engine-22431a1305d1eb9f1c066f94313e04021a3a59a0.tar.gz |
added bootstrap.sh
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..1d385b2 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec autoreconf -ivf |