6 lines
54 B
Bash
Executable file
6 lines
54 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -o pipefail
|
|
set -e
|
|
|
|
make "$@" | tail
|