From 9c27922986ea4e9760c33dcc964e2fb6e545d3ed Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Thu, 13 May 2010 15:12:37 -0400 Subject: [PATCH] And another indentation. I really am growing to hate the way emacs markdown mode uses tabs. I will start previewing this locally from now on. --- remoteusage.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 147138c..fd6ecdf 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -59,7 +59,7 @@ be necessary in the furture. notmuch_run () { if [ $1 = "search" ]; then - $SSH_BIN $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN $@ | while read line; do + $SSH_BIN $USER@$SSH_HOST $NOTMUCH_REMOTE_BIN $@ | while read line; do sleep 0.1 echo "${line}" done -- 2.43.0