From: Jesse Rosenthal Date: Thu, 13 May 2010 19:12:37 +0000 (-0400) Subject: And another indentation. X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=9c27922986ea4e9760c33dcc964e2fb6e545d3ed 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. --- 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