Skip to content

Instantly share code, notes, and snippets.

@drunkensouljah
Last active September 29, 2018 22:48
Show Gist options
  • Select an option

  • Save drunkensouljah/353c200fac9b0bf556fc67d842afe59a to your computer and use it in GitHub Desktop.

Select an option

Save drunkensouljah/353c200fac9b0bf556fc67d842afe59a to your computer and use it in GitHub Desktop.
[Open in marked 2] Open file in marked 2 #shell
#!/bin/sh
if [ "$1" ]; then
open -a "Marked" "$1";
else
open -a "Marked";
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment