diff options
| author | kx <kx@radix.pro> | 2023-04-11 01:18:34 +0300 |
|---|---|---|
| committer | kx <kx@radix.pro> | 2023-04-11 01:18:34 +0300 |
| commit | 11c606a6888dc269ef018359469a7276c3ad8f67 (patch) | |
| tree | 368294bb7cadcd5c44ccd082187d6a4433401027 /doc/autogen-examples/bootstrap.sh | |
| parent | 8c55752ed5b29a22fdab9faaa6ff27b7cafa6791 (diff) | |
| download | pkgtools-0.2.1.tar.xz | |
Version 0.2.1pkgtools-0.2.1
Diffstat (limited to 'doc/autogen-examples/bootstrap.sh')
| -rwxr-xr-x | doc/autogen-examples/bootstrap.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/autogen-examples/bootstrap.sh b/doc/autogen-examples/bootstrap.sh new file mode 100755 index 0000000..59b68f5 --- /dev/null +++ b/doc/autogen-examples/bootstrap.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cd ../.. +./bootstrap |
