about summary refs log tree commit diff
path: root/tq
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-10 12:08:28 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-10 12:08:28 +0200
commitdafba4fe7102df3a123b33b95b69cb2577e39cc3 (patch)
tree01e9b983b2389f1c2f95ccd0e839413b63ec59a5 /tq
parent968f620a131010857f7bf84cf338835bbe91fcc0 (diff)
downloadnq-dafba4fe7102df3a123b33b95b69cb2577e39cc3.tar.gz
nq-dafba4fe7102df3a123b33b95b69cb2577e39cc3.tar.xz
nq-dafba4fe7102df3a123b33b95b69cb2577e39cc3.zip
tq: use fq.
Diffstat (limited to 'tq')
-rwxr-xr-xtq2
1 files changed, 1 insertions, 1 deletions
diff --git a/tq b/tq
index 1a8bbeb..882a8b8 100755
--- a/tq
+++ b/tq
@@ -11,7 +11,7 @@ printf '%s\n' "$s"
 if [ -n "$p" ] && [ -n "$TMUX" ]; then
 	tmux new-window -a -d -n '<' -c '#{pane_current_path}' \
 		"trap true INT QUIT TERM EXIT;
-		 tail -F --pid=$p $s || kill $p;
+		 fq $s || kill $p;
 		 printf '[%d exited, ^D to exit.]\n' $p;
 		 cat >/dev/null"
 fi