mirror of
https://passt.top/passt
synced 2025-05-30 04:45:34 +02:00

Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
3 lines
91 B
Bash
Executable file
3 lines
91 B
Bash
Executable file
#! /bin/sh
|
|
|
|
(rampstream check "$@" 2>&1; echo $? > rampstream.status) | tee rampstream.err
|