Skip to content

Commit

Permalink
Merge pull request google#121 from 0mp/stoppable-mediatation
Browse files Browse the repository at this point in the history
Fix meditate-macos.sh to stop on Ctrl-C
  • Loading branch information
Slids authored Dec 21, 2020
2 parents 71668de + fbf1d7a commit 3c6a325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meditate-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ else
fi

$CONTEMPLATE
while fswatch --exclude '#.*#' -r1 koans; do
while fswatch --exclude '#.*#' -r1 koans | grep .; do
$CONTEMPLATE
done

0 comments on commit 3c6a325

Please sign in to comment.