1
0
Fork 0

unbuffer tee

This commit is contained in:
dtb 2024-01-15 14:24:32 -07:00
parent f4011d25a7
commit 9bc77a8ec4
1 changed files with 1 additions and 1 deletions

2
mm/tee
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"