repo/extra/onetrueawk/build

8 lines
87 B
Plaintext
Raw Normal View History

#!/bin/sh -e
make
make test check
mkdir -p "$1/usr/bin"
cp -f a.out "$1/usr/bin/awk"