Skip to content

Instantly share code, notes, and snippets.

@cssence
Last active March 9, 2016 11:22
Show Gist options
  • Select an option

  • Save cssence/13bed2a39e4f2bca9c8a to your computer and use it in GitHub Desktop.

Select an option

Save cssence/13bed2a39e4f2bca9c8a to your computer and use it in GitHub Desktop.
Linux equivalent of Mac's "open"
#!/usr/bin/env bash
xdg-open $@ > /dev/null 2>&1 &
@cssence
Copy link
Copy Markdown
Author

cssence commented Jan 8, 2015

alias open="~/open.sh"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment