Projet_SETI_RISC-V/riscv-gnu-toolchain/scripts/wrapper/make_stderr_tail

7 lines
59 B
Plaintext
Raw Normal View History

2023-03-06 14:48:14 +01:00
#!/bin/bash
set -o pipefail
set -e
make "$@" 2>&1 | tail