Created
January 6, 2014 17:53
-
-
Save offlinemark/8286625 to your computer and use it in GitHub Desktop.
Hack to refresh Mou markdown editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
kill `ps -fu mark | grep -v grep | grep Mou | cut -d " " -f 5` | |
open notes.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment