Skip to content

Instantly share code, notes, and snippets.

@offlinemark
Created January 6, 2014 17:53
Show Gist options
  • Save offlinemark/8286625 to your computer and use it in GitHub Desktop.
Save offlinemark/8286625 to your computer and use it in GitHub Desktop.
Hack to refresh Mou markdown editor
#!/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