unbuffer tee

This commit is contained in:
2024-01-15 14:24:32 -07:00
parent f4011d25a7
commit 9bc77a8ec4
+1 -1
View File
@@ -11,7 +11,7 @@ done
shift "$(printf '%s - 1\n' "$OPTIND" | bc)"
line="$(printf '%s -o - ' "$line")"
line="$(printf '%s -u -o - ' "$line")"
for file in "$@";
do >"$file"