Skip to content

Instantly share code, notes, and snippets.

@rezkam
Created January 17, 2015 14:27
Show Gist options
  • Save rezkam/6e8ef2d5f69bcecd5f03 to your computer and use it in GitHub Desktop.
Save rezkam/6e8ef2d5f69bcecd5f03 to your computer and use it in GitHub Desktop.
Markdown generator from terminal for osx
#!/bin/bash
id=$(uuidgen | cut -c -8)
markdown $1 > /tmp/md-$id
open -a "/Applications/Google Chrome.app" file:///tmp/md-$id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment