Added phlow.sh tool
This commit is contained in:
+1
-1
@@ -44,5 +44,5 @@ while read -rs line; do # fully line-based operation
|
|||||||
outbuf="${outbuf}${c}" # save the character itself
|
outbuf="${outbuf}${c}" # save the character itself
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
[[ ! -z "$outbuf" ]] && printf "$fmtstr" '' "$outbuf" ''
|
[[ ! -z "$outbuf" ]] && printf "$fmtstr" '' "$outbuf" '' # output the last unprocessed chunk
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user