diff options
author | ng0 <ng0@n0.is> | 2019-10-11 22:28:33 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-10-11 22:28:33 +0000 |
commit | 8d8d578abcd86c2f2831358f97f01bb26a218cd9 (patch) | |
tree | 18923ff955b9882cd098c3194e539ebac345e11b /bootstrap | |
parent | cb8c7e889b7293557b7e432d6df26584f954cce7 (diff) |
bootstrap.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100644 index 000000000..90fc6a32d --- /dev/null +++ b/bootstrap @@ -0,0 +1,6 @@ +#!/bin/sh + +git submodule update --init --recursive +git submodule update --recursive --remote +ln -sf build-scripts/configure configure +ln -sf build-scripts/configure.py configure.py |