Skip to content

Instantly share code, notes, and snippets.

@hputzek
Last active August 4, 2017 10:27
Show Gist options
  • Save hputzek/172d5d38ffec9cccec1458c775267047 to your computer and use it in GitHub Desktop.
Save hputzek/172d5d38ffec9cccec1458c775267047 to your computer and use it in GitHub Desktop.
Open an url in windows default browser from linux subsystem
# Open google from windows linux subsystem
# This gist will be extended to check for the platform its running on and adapt accordingly
echo "cmd.exe /C start http://www.google.de"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment