Skip to content

add Linus support (beyond OSX support)#6

Open
martinjackson wants to merge 1 commit intodonavon:masterfrom
martinjackson:patch-1
Open

add Linus support (beyond OSX support)#6
martinjackson wants to merge 1 commit intodonavon:masterfrom
martinjackson:patch-1

Conversation

@martinjackson
Copy link

open command on Linux attempt to open a new terminal. OSX uses open to view a image or a web page, Linux equivalent is xdg-open.

open command on Linux attempt to open a new terminal.  OSX uses open, Linux uses xdg-open.

unameOut="$(uname -s)"
case "${unameOut}" in
Linux*) xdg-open https://github.com/donavon/hook-flow;;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any way to DRY this up so the URL doesn't have to be repeated 4 times?

@martinjackson
Copy link
Author

Yes, will submit the following...

Something like
URL=http://github.com/donavon/hook-flow

  Darwin*) open $URL
 Linux*) xdg-open $URL

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments