Skip to content

Instantly share code, notes, and snippets.

@ddrscott
Last active November 13, 2017 20:42
Show Gist options
  • Select an option

  • Save ddrscott/db74fe11cefadec71137206d316559d9 to your computer and use it in GitHub Desktop.

Select an option

Save ddrscott/db74fe11cefadec71137206d316559d9 to your computer and use it in GitHub Desktop.
tee /usr/local/bin/griddy <<-EOF
#!/bin/bash
cat /dev/stdin > /tmp/griddy.csv
open -a Griddy.app /tmp/griddy.csv
EOF
chmod +x /usr/local/bin/griddy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment