deluge/src/browser.py

5 lines
80 B
Python
Raw Normal View History

#!/usr/bin/env python
import webbrowser
import sys
webbrowser.open(sys.argv[1])