forked from kiss-community/repo
8 lines
87 B
Bash
Executable File
8 lines
87 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make
|
|
make test check
|
|
|
|
mkdir -p "$1/usr/bin"
|
|
cp -f a.out "$1/usr/bin/awk"
|