mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 18:49:25 -05:00
output
This commit is contained in:
parent
28d12c3966
commit
3265f9894d
@ -13,7 +13,7 @@ exit_code=0
|
||||
|
||||
echo_wrapper_ignore() {
|
||||
echo "run: $@"
|
||||
"$@" || true
|
||||
"$@" 2>/dev/null || true
|
||||
}
|
||||
|
||||
echo_wrapper_audit() {
|
||||
|
Loading…
Reference in New Issue
Block a user