diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-08 04:55:13 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-08 05:07:34 +0900 |
commit | 5a4c8f98774e3d19562a508a2f71a60d8fbb2a2d (patch) | |
tree | 9da6ff969ae28363b1bac4b0535c71a7d7428b14 /bootstrap | |
parent | c3d83ca447935cf91cb767ad00278395b0fd12ce (diff) |
Create project from template.
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..872167c --- /dev/null +++ b/bootstrap @@ -0,0 +1,3 @@ +#!/bin/sh + +autoreconf -vif |