diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-10 12:07:28 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-10 12:07:28 +0200 |
commit | 968f620a131010857f7bf84cf338835bbe91fcc0 (patch) | |
tree | 740a65650dde0ef3befec3ae9f3e7e1c9b4daffb | |
parent | 983aee5f607174fe9b541043ec0ae43225181e0c (diff) | |
download | nq-968f620a131010857f7bf84cf338835bbe91fcc0.tar.gz nq-968f620a131010857f7bf84cf338835bbe91fcc0.tar.xz nq-968f620a131010857f7bf84cf338835bbe91fcc0.zip |
tq: reindent.
-rwxr-xr-x | tq | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tq b/tq index 88c6d87..1a8bbeb 100755 --- a/tq +++ b/tq @@ -9,9 +9,9 @@ p=${s##*.} 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; - printf '[%d exited, ^D to exit.]\n' $p; - cat >/dev/null" + tmux new-window -a -d -n '<' -c '#{pane_current_path}' \ + "trap true INT QUIT TERM EXIT; + tail -F --pid=$p $s || kill $p; + printf '[%d exited, ^D to exit.]\n' $p; + cat >/dev/null" fi |