errors: output to error file
1 files changed, 1 insertions(+), 1 deletions(-) M prototype/zachme-prototype.sh
M prototype/zachme-prototype.sh => prototype/zachme-prototype.sh +1 -1
@@ 1,7 1,7 @@ #!/bin/sh printf \n |wl-copy -wl-paste -t text --watch xargs -I{} sh -c '{}' >>"$1" & +wl-paste -t text --watch xargs -I{} sh -c '{}' >>"$1" 2>errs & PPID=$! trap "kill $PPID" EXIT micro -- "$1"