mirror of
https://github.com/dustinkirkland/byobu.git
synced 2025-02-22 01:48:51 -08:00
13 lines
132 B
Bash
Executable File
13 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
autoreconf -fiv
|
|
|
|
cat << EOF
|
|
The byobu build system is now prepared.
|
|
|
|
To build here, run:
|
|
./configure
|
|
make
|
|
EOF
|