diff options
Diffstat (limited to 'p')
-rwxr-xr-x | p | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ # p -- maybe view command output in pager -[ -t 0 ] && exec /bin/sh -c '"$@" | "$0"' "$0" "$@" +[ -t 0 ] && exec /bin/sh -c '"$@" 2>&1 | "$0"' "$0" "$@" cat | tee /var/tmp/pg |