mirror of
https://github.com/zoriya/cish.git
synced 2025-12-05 23:06:18 +00:00
Fix sed buffer
This commit is contained in:
@@ -6,8 +6,8 @@ cd -- "$(dirname -- "$SCRIPT")"
|
||||
|
||||
exec \
|
||||
3>&1 \
|
||||
2> >(sed "s/^/[ERR] /" >&3) \
|
||||
> >(sed "s/^/[INF] /" >&3)
|
||||
2> >(sed -u "s/^/[ERR] /" >&3) \
|
||||
> >(sed -u "s/^/[INF] /" >&3)
|
||||
|
||||
_CISH_STARTED=false
|
||||
function _cish_on_command() {
|
||||
|
||||
Reference in New Issue
Block a user