summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrecv-hole3
1 files changed, 2 insertions, 1 deletions
diff --git a/recv-hole b/recv-hole
index cd54233..588836e 100755
--- a/recv-hole
+++ b/recv-hole
@@ -24,7 +24,8 @@ recv_data()
local n
read n
- dd of="$1" conv=notrunc oflag=append bs=1 count="$n" status=noxfer 2>&1 | grep -Ev ' records (in|out)$' || true
+ dd of="$1" conv=notrunc oflag=append bs=1 count="$n" status=noxfer 2>&1 |
+ grep -Ev ' records (in|out)$' || true
}