Skip to content

Commit

Permalink
iii: the process group doesnt need a sign
Browse files Browse the repository at this point in the history
  • Loading branch information
c00kiemon5ter committed Dec 2, 2012
1 parent b87ed52 commit f90b040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iii.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mark() {
}
}

trap "stty '$(stty -g)'; kill -TERM -0" EXIT
trap "stty '$(stty -g)'; kill -TERM 0" EXIT
stty -echonl -echo

tail -f -n "$h" "$i/$n/$c/out" | while IFS= read -r mesg; do
Expand Down

0 comments on commit f90b040

Please sign in to comment.