Skip to content

Instantly share code, notes, and snippets.

@nitsas
Last active August 29, 2015 14:20
Show Gist options
  • Save nitsas/db0974516821603d32c4 to your computer and use it in GitHub Desktop.
Save nitsas/db0974516821603d32c4 to your computer and use it in GitHub Desktop.
Bash script that opens URLs or local HTML files using Google Chrome.
#!/usr/bin/env bash
open -a "Google Chrome" $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment