mirror of
https://0xacab.org/liberate/trees.git
synced 2024-11-21 17:50:04 +01:00
c68e3a9772
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
9 lines
78 B
Bash
Executable File
9 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
if [ ! -d "config" ]; then
|
|
mkdir config
|
|
fi
|
|
|
|
autoreconf -vi
|