#!/usr/bin/env python
# -*- coding: utf-8 -*-
import webbrowser
import sys
webbrowser.open(sys.argv[1])