7 lines
45 B
Bash
Executable File
7 lines
45 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
touch NEWS
|
|
autoreconf -i
|